[U-Boot] [PATCH 05/12] ARM: rmobile: Remove RAVB probing from Salvator-X board
Nobuhiro Iwamatsu
iwamatsu at nigauri.org
Fri Aug 25 22:22:03 UTC 2017
Hi,
2017-08-21 0:13 GMT+09:00 Marek Vasut <marek.vasut at gmail.com>:
> Drop the RAVB bit from the board since RAVB now probes from DT instead.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
> Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
> ---
> board/renesas/salvator-x/salvator-x.c | 11 -----------
> 1 file changed, 11 deletions(-)
Applied, thanks.
Best regards,
Nobuhiro
>
> diff --git a/board/renesas/salvator-x/salvator-x.c b/board/renesas/salvator-x/salvator-x.c
> index 6270de4e40..ce3892da90 100644
> --- 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)
> {
> --
> 2.11.0
>
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
More information about the U-Boot
mailing list