]> Git Repo - J-u-boot.git/commitdiff
ARM: rmobile: Remove RAVB probing from ULCB board
authorMarek Vasut <[email protected]>
Sun, 20 Aug 2017 15:13:44 +0000 (17:13 +0200)
committerNobuhiro 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

index 4005ec8ad5f853c409b9c6c1f9d524d00cd8da2c..e249bd27d4ced26db31bd2a63ca32e256064332f 100644 (file)
@@ -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)
 {
This page took 0.037775 seconds and 4 git commands to generate.