From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ramon Fried Date: Thu, 15 Apr 2021 05:05:11 +0300 Subject: [PATCH 1/8] ARM: dragonboard410c: Enable DM_ETH In-Reply-To: <20210402214801.1159432-1-pbrobinson@gmail.com> References: <20210402214801.1159432-1-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 Sat, Apr 3, 2021 at 12:48 AM Peter Robinson wrote: > > 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 > Acked-by: Ramon Fried