From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Robinson Date: Fri, 2 Apr 2021 22:47:58 +0100 Subject: [PATCH 5/8] ARM: Rock: Disable network support In-Reply-To: <20210402214801.1159432-1-pbrobinson@gmail.com> References: <20210402214801.1159432-1-pbrobinson@gmail.com> Message-ID: <20210402214801.1159432-5-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 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 --- 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