imx8mm: configs: add support for distro boot commands
authorAlice Guo <alice.guo@nxp.com>
Fri, 18 Dec 2020 06:50:07 +0000 (14:50 +0800)
committerStefano Babic <sbabic@denx.de>
Sat, 23 Jan 2021 10:30:31 +0000 (11:30 +0100)
commit2df8930bf9bfaa37d4626060832785ae25f467b4
tree91785e996c82fefcd0978c49bbaedf471a9ac9bd
parent8cd2017981bb553387c6136793233c728a6d623b
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>
configs/imx8mm_evk_defconfig
include/configs/imx8mm_evk.h