From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Robinson Date: Fri, 2 Apr 2021 22:47:55 +0100 Subject: [PATCH 2/8] ARM: dragonboard820c: Disable network support In-Reply-To: <20210402214801.1159432-1-pbrobinson@gmail.com> References: <20210402214801.1159432-1-pbrobinson@gmail.com> Message-ID: <20210402214801.1159432-2-pbrobinson@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Cc: Jorge Ramirez-Ortiz --- 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