From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jorge Ramirez-Ortiz, Gmail Date: Sun, 4 Apr 2021 22:20:05 +0200 Subject: [PATCH 2/8] ARM: dragonboard820c: Disable network support In-Reply-To: <20210402214801.1159432-2-pbrobinson@gmail.com> References: <20210402214801.1159432-1-pbrobinson@gmail.com> <20210402214801.1159432-2-pbrobinson@gmail.com> Message-ID: <20210404202005.GA17070@trex> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/04/21, Peter Robinson wrote: > 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 yeah, looks good to me. In the past - at the time support was added - I think NET was required for sysconf boot (IIRC was combined with pxe but I could be wrong) > CONFIG_CMD_BOOTEFI_HELLO=y > CONFIG_CMD_MD5SUM=y > CONFIG_CMD_MEMINFO=y btw I tried to boot the tip of u-boot and mmc is not recognized after boot (so maybe some pinctrl issue lurking). > -- > 2.31.1 >