[PATCH 5/8] ARM: Rock: Disable network support
Kever Yang
kever.yang at rock-chips.com
Wed Apr 7 05:21:33 CEST 2021
On 2021/4/3 上午5:47, Peter Robinson wrote:
> There's not currently any network support on the rock but
> the minor network config still triggers the DM_ETH warning
> even though there's no even a USB network interface so lets
> disable network support to mitigate the warning.
>
> Signed-off-by: Peter Robinson <pbrobinson at gmail.com>
> Cc: Heiko Stuebner <heiko at sntech.de>
Reviewd-by: Kever Yang <kever.yang at rock-chips.com>
Thanks,
- Kever
> ---
> configs/rock_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configs/rock_defconfig b/configs/rock_defconfig
> index cf23a10455..63a9b5c05a 100644
> --- a/configs/rock_defconfig
> +++ b/configs/rock_defconfig
> @@ -39,6 +39,7 @@ CONFIG_SYSCON=y
> CONFIG_CLK=y
> CONFIG_ROCKCHIP_GPIO=y
> CONFIG_SYS_I2C_ROCKCHIP=y
> +# CONFIG_NET is not set
> CONFIG_LED=y
> CONFIG_MMC_DW=y
> CONFIG_MMC_DW_ROCKCHIP=y
More information about the U-Boot
mailing list