]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: rmobile: Remove RAVB probing from Salvator-X board
authorMarek Vasut <marek.vasut@gmail.com>
Sun, 20 Aug 2017 15:13:43 +0000 (17:13 +0200)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
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 <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
board/renesas/salvator-x/salvator-x.c

index 6270de4e4053ddcdb1356a1f388d3a0ddb14cd50..ce3892da90c6402de2fe65dc4beb8ce39787d678 100644 (file)
@@ -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)
 {