diff options
| author | Marek Vasut <[email protected]> | 2017-08-20 17:13:44 +0200 |
|---|---|---|
| committer | Nobuhiro Iwamatsu <[email protected]> | 2017-08-26 07:04:49 +0900 |
| commit | 75ba2bf99f3aaae3f05bf281159ffd6af31dc89e (patch) | |
| tree | 860343aaa600db5a0a29af5cf164e5d5399e505b | |
| parent | a88026c51ddc51f54d2154e6e979b047796fdc14 (diff) | |
ARM: rmobile: Remove RAVB probing from ULCB board
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]>
| -rw-r--r-- | board/renesas/ulcb/ulcb.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/board/renesas/ulcb/ulcb.c b/board/renesas/ulcb/ulcb.c index 4005ec8ad5f..e249bd27d4c 100644 --- 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) { |
