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:
d47f356
)
ARM: rmobile: Remove RAVB probing from Salvator-X board
author
Marek Vasut
<
[email protected]
>
Sun, 20 Aug 2017 15:13:43 +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/salvator-x/salvator-x.c
patch
|
blob
|
history
diff --git
a/board/renesas/salvator-x/salvator-x.c
b/board/renesas/salvator-x/salvator-x.c
index 6270de4e4053ddcdb1356a1f388d3a0ddb14cd50..ce3892da90c6402de2fe65dc4beb8ce39787d678 100644
(file)
--- a/
board/renesas/salvator-x/salvator-x.c
+++ b/
board/renesas/salvator-x/salvator-x.c
@@
-161,17
+161,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)
{