[PATCH 5/8] ARM: Rock: Disable network support
Peter Robinson
pbrobinson at gmail.com
Fri Apr 2 23:47:58 CEST 2021
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>
---
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
--
2.31.1
More information about the U-Boot
mailing list