> Subject: RE: [PATCH 3/3] configs: ls2080aqds_tfa_defconfig: enable DM_ETH > and related > > >-----Original Message----- > >From: U-Boot <u-boot-boun...@lists.denx.de> On Behalf Of Ioana Ciornei > >Sent: Wednesday, April 29, 2020 4:03 PM > >To: u-boot@lists.denx.de; Priyanka Jain <priyanka.j...@nxp.com> > >Cc: Alexandru Marginean <alexandru.margin...@nxp.com>; Madalin Bucur > ><madalin.bu...@nxp.com>; Florin Laurentiu Chiculita > ><florinlaurentiu.chicul...@nxp.com>; Razvan Ionut Cirjan > ><razvanionut.cir...@nxp.com>; Ioana Ciornei <ioana.cior...@nxp.com> > >Subject: [PATCH 3/3] configs: ls2080aqds_tfa_defconfig: enable DM_ETH > >and related > > > >Enable CONFIG_DM_ETH and CONFIG_DM_MDIO and related configs for the > >LS2080AQDS board. > > > >Signed-off-by: Ioana Ciornei <ioana.cior...@nxp.com> > >--- > > configs/ls2088aqds_tfa_defconfig | 10 +++++++++- > > 1 file changed, 9 insertions(+), 1 deletion(-) > > > >diff --git a/configs/ls2088aqds_tfa_defconfig > >b/configs/ls2088aqds_tfa_defconfig > >index 9f49736b4f31..9eb7effce56d 100644 > >--- a/configs/ls2088aqds_tfa_defconfig > >+++ b/configs/ls2088aqds_tfa_defconfig > >@@ -3,8 +3,8 @@ CONFIG_TARGET_LS2080AQDS=y CONFIG_TFABOOT=y > > CONFIG_SYS_TEXT_BASE=0x82000000 > > CONFIG_ENV_SIZE=0x20000 > >-CONFIG_ENV_SECT_SIZE=0x20000 > > CONFIG_ENV_OFFSET=0x500000 > >+CONFIG_ENV_SECT_SIZE=0x20000 > <snip> > > Why you need above change? > > Regards > Priyanka
The change above resulted from a make savedefconfig. It's not needed but it would be good to have the defconfigs aligned with the result of the make command. Regards, Ioana