[PATCH 2/8] ARM: dragonboard820c: Disable network support

Peter Robinson pbrobinson at gmail.com
Fri Apr 2 23:47:55 CEST 2021


There's not currently any network support on the 820c 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: Jorge Ramirez-Ortiz <jorge.ramirez.ortiz at gmail.com>
---
 configs/dragonboard820c_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/dragonboard820c_defconfig b/configs/dragonboard820c_defconfig
index 13cffd9713..6489376a34 100644
--- a/configs/dragonboard820c_defconfig
+++ b/configs/dragonboard820c_defconfig
@@ -14,6 +14,7 @@ CONFIG_BOOTARGS="console=ttyMSM0,115200n8"
 # CONFIG_DISPLAY_BOARDINFO is not set
 CONFIG_MISC_INIT_R=y
 CONFIG_SYS_PROMPT="dragonboard820c => "
+# CONFIG_NET is not set
 CONFIG_CMD_BOOTEFI_HELLO=y
 CONFIG_CMD_MD5SUM=y
 CONFIG_CMD_MEMINFO=y
-- 
2.31.1



More information about the U-Boot mailing list