From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Wed, 7 Apr 2021 11:21:33 +0800 Subject: [PATCH 5/8] ARM: Rock: Disable network support In-Reply-To: <20210402214801.1159432-5-pbrobinson@gmail.com> References: <20210402214801.1159432-1-pbrobinson@gmail.com> <20210402214801.1159432-5-pbrobinson@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Cc: Heiko Stuebner Reviewd-by: Kever Yang 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