[EXT] Re: [PATCH v1 1/2] imx8mp: configs: add support for distro boot commands

Alice Guo (OSS) alice.guo at oss.nxp.com
Fri Dec 18 12:15:02 CET 2020



> -----Original Message-----
> From: Fabio Estevam <festevam at gmail.com>
> Sent: 2020年12月18日 18:59
> To: Alice Guo (OSS) <alice.guo at oss.nxp.com>
> Cc: Stefano Babic <sbabic at denx.de>; Peng Fan <peng.fan at nxp.com>;
> dl-uboot-imx <uboot-imx at nxp.com>; Ye Li <ye.li at nxp.com>; U-Boot-Denx
> <u-boot at lists.denx.de>; Alice Guo <alice.guo at 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.guo at 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



More information about the U-Boot mailing list