> -----Original Message----- > From: Fabio Estevam <feste...@gmail.com> > Sent: 2020年12月18日 18:59 > To: Alice Guo (OSS) <alice....@oss.nxp.com> > Cc: Stefano Babic <sba...@denx.de>; Peng Fan <peng....@nxp.com>; > dl-uboot-imx <uboot-...@nxp.com>; Ye Li <ye...@nxp.com>; U-Boot-Denx > <u-boot@lists.denx.de>; Alice Guo <alice....@nxp.com> > Subject: [EXT] Re: [PATCH v1 1/2] imx8mp: configs: add support for distro boot > commands > > Caution: EXT Email > > Hi Alice, > > On Thu, Dec 17, 2020 at 7:28 AM Alice Guo (OSS) <alice....@oss.nxp.com> > wrote: > > > diff --git a/configs/imx8mp_evk_defconfig > > b/configs/imx8mp_evk_defconfig index cd5724e811..7831a940a3 100644 > > --- a/configs/imx8mp_evk_defconfig > > +++ b/configs/imx8mp_evk_defconfig > > @@ -51,6 +51,8 @@ CONFIG_CMD_EXT2=y > > CONFIG_CMD_EXT4=y > > CONFIG_CMD_EXT4_WRITE=y > > CONFIG_CMD_FAT=y > > +CONFIG_CMD_PART=y > > +CONFIG_CMD_FS_GENERIC=y > > Please read doc/README.distro, which states: > > "In your board's defconfig, enable the DISTRO_DEFAULTS option by adding a line > with "CONFIG_DISTRO_DEFAULTS=y"."
Hi, I know "CONFIG_DISTRO_DEFAULTS=y" exists. It can work when I write like this so that I did not change it. I will modify as your advice. Thank you. Best Regards, Alice