From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Robinson Date: Fri, 2 Apr 2021 22:47:54 +0100 Subject: [PATCH 1/8] ARM: dragonboard410c: Enable DM_ETH Message-ID: <20210402214801.1159432-1-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 The dragonboard410c only uses USB ethernet interfaces so just enable DM_ETH. Signed-off-by: Peter Robinson Cc: Ramon Fried --- configs/dragonboard410c_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/dragonboard410c_defconfig b/configs/dragonboard410c_defconfig index f5db4720b7..9c4311aa45 100644 --- a/configs/dragonboard410c_defconfig +++ b/configs/dragonboard410c_defconfig @@ -33,6 +33,7 @@ CONFIG_FASTBOOT_FLASH=y CONFIG_FASTBOOT_FLASH_MMC_DEV=0 CONFIG_MSM_GPIO=y CONFIG_PM8916_GPIO=y +CONFIG_DM_ETH=y CONFIG_LED=y CONFIG_LED_GPIO=y CONFIG_DM_MMC=y -- 2.31.1