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

Fabio Estevam festevam at gmail.com
Fri Dec 18 11:58:34 CET 2020


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"."


More information about the U-Boot mailing list