mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
ARM: rmobile: Remove RAVB probing from Salvator-X board
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>
This commit is contained in:
parent
d47f356cde
commit
a88026c51d
1 changed files with 0 additions and 11 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue