RE: [PATCH v2 1/2] imx8mm: configs: add support for distro boot commands

2020-12-15 Thread Peng Fan
> Subject: [PATCH v2 1/2] imx8mm: configs: add support for distro boot > commands > > From: Alice Guo > > Supported boot device types in iMX8MM: MMC, DHCP. > > CONFIG_CMD_PART is added for command part and > CONFIG_CMD_FS_GENERIC is for command fstype. > > CO

[PATCH v2 1/2] imx8mm: configs: add support for distro boot commands

2020-12-15 Thread Alice Guo (OSS)
From: Alice Guo Supported boot device types in iMX8MM: MMC, DHCP. CONFIG_CMD_PART is added for command part and CONFIG_CMD_FS_GENERIC is for command fstype. CONFIG_BOOTCOMMAND which is defined in include/configs/imx8mm_evk.h is deleted because "run distro_bootcmd" is required to be the default