summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorAlice Guo <alice.guo@nxp.com>2020-12-18 14:50:07 +0800
committerStefano Babic <sbabic@denx.de>2021-01-23 11:30:31 +0100
commit2df8930bf9bfaa37d4626060832785ae25f467b4 (patch)
tree91785e996c82fefcd0978c49bbaedf471a9ac9bd /configs
parent8cd2017981bb553387c6136793233c728a6d623b (diff)
downloadu-boot-2df8930bf9bfaa37d4626060832785ae25f467b4.tar.gz
u-boot-2df8930bf9bfaa37d4626060832785ae25f467b4.tar.xz
u-boot-2df8930bf9bfaa37d4626060832785ae25f467b4.zip
imx8mm: configs: add support for distro boot commands
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 boot mode. 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. Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Alice Guo <alice.guo@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx8mm_evk_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/imx8mm_evk_defconfig b/configs/imx8mm_evk_defconfig
index 1aef1ab40d..0298efce42 100644
--- a/configs/imx8mm_evk_defconfig
+++ b/configs/imx8mm_evk_defconfig
@@ -49,6 +49,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