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:
a88026c
)
ARM: rmobile: Remove RAVB probing from ULCB board
author
Marek Vasut
<
[email protected]
>
Sun, 20 Aug 2017 15:13:44 +0000
(17:13 +0200)
committer
Nobuhiro Iwamatsu
<
[email protected]
>
Fri, 25 Aug 2017 22:04:49 +0000
(07:04 +0900)
Drop the RAVB bit from the board since RAVB 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 4005ec8ad5f853c409b9c6c1f9d524d00cd8da2c..e249bd27d4ced26db31bd2a63ca32e256064332f 100644
(file)
--- a/
board/renesas/ulcb/ulcb.c
+++ b/
board/renesas/ulcb/ulcb.c
@@
-140,17
+140,6
@@
int board_init(void)
return 0;
}
-static struct eth_pdata salvator_x_ravb_platdata = {
- .iobase = 0xE6800000,
- .phy_interface = 0,
- .max_speed = 1000,
-};
-
-U_BOOT_DEVICE(salvator_x_ravb) = {
- .name = "ravb",
- .platdata = &salvator_x_ravb_platdata,
-};
-
#ifdef CONFIG_SH_SDHI
int board_mmc_init(bd_t *bis)
{