projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c30aea
)
ARM: rmobile: Remove Serial SH probing from ULCB board
author
Marek Vasut
<
[email protected]
>
Sun, 20 Aug 2017 15:13:46 +0000
(17:13 +0200)
committer
Nobuhiro Iwamatsu
<
[email protected]
>
Fri, 25 Aug 2017 22:04:49 +0000
(07:04 +0900)
Drop the Serial SH bit from the board since UART now probes from DT instead.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Nobuhiro Iwamatsu <
[email protected]
>
Signed-off-by: Nobuhiro Iwamatsu <
[email protected]
>
board/renesas/ulcb/ulcb.c
patch
|
blob
|
history
diff --git
a/board/renesas/ulcb/ulcb.c
b/board/renesas/ulcb/ulcb.c
index e249bd27d4ced26db31bd2a63ca32e256064332f..6b080311d0c65b5aed2be2bc6bed80c35b46c4cc 100644
(file)
--- a/
board/renesas/ulcb/ulcb.c
+++ b/
board/renesas/ulcb/ulcb.c
@@
-232,15
+232,3
@@
int dram_init_banksize(void)
const struct rmobile_sysinfo sysinfo = {
CONFIG_RCAR_BOARD_STRING
};
-
-static const struct sh_serial_platdata serial_platdata = {
- .base = SCIF2_BASE,
- .type = PORT_SCIF,
- .clk = CONFIG_SH_SCIF_CLK_FREQ,
- .clk_mode = INT_CLK,
-};
-
-U_BOOT_DEVICE(salvator_x_scif2) = {
- .name = "serial_sh",
- .platdata = &serial_platdata,
-};