From 9b162b1d1fa1e61158943f9a8d6dd16c61ad6d76 Mon Sep 17 00:00:00 2001 From: Alice Guo Date: Fri, 18 Dec 2020 15:19:26 +0800 Subject: imx8mp: configs: add support for distro boot commands Supported boot device types in iMX8MP: MMC. CONFIG_CMD_PART is added for command part and CONFIG_CMD_FS_GENERIC is for command fstype. scriptaddr is the location in RAM where boot.scr.uimg/boot.scr will be loaded to prior to execution. kernel_addr_r is the location in RAM where the kernel will be loaded to. Delete unnecessary environment variables because "run distro_bootcmd" is set to be the default boot mode. On the iMX8MP platform I used, "mmc1" represents SD card and "mmc2" represents eMMC. Signed-off-by: Alice Guo --- configs/imx8mp_evk_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/imx8mp_evk_defconfig') diff --git a/configs/imx8mp_evk_defconfig b/configs/imx8mp_evk_defconfig index 2e4f517..1d6255f 100644 --- a/configs/imx8mp_evk_defconfig +++ b/configs/imx8mp_evk_defconfig @@ -54,6 +54,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 CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y CONFIG_ENV_OVERWRITE=y -- cgit v1.1