summaryrefslogtreecommitdiff
path: root/configs/imx8mn_ddr4_evk_defconfig
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2021-05-02 16:32:37 +0200
committerStefano Babic <sbabic@denx.de>2021-06-09 13:34:26 +0200
commitd4f15ecd4724e633bc7f238b26f98efd5096e632 (patch)
treed2152e569d20ce9b905633c97c7c4537edddc858 /configs/imx8mn_ddr4_evk_defconfig
parenta3a0bc85c0501c2374966104b8daca6c69101625 (diff)
imx8mn: configs: add support for distro boot commands
Supported boot device types in iMX8MN: MMC, DHCP. Add DISTRO_DEFAULTS config option and include the distro boot command header file to enable full support of distro boot on i.MX8M Nano EVK (both DDR and LPDDR derivatives). Drop previous environment, which was targeting customized boot commands and boot order. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> Cc: Peng Fan <peng.fan@nxp.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs/imx8mn_ddr4_evk_defconfig')
-rw-r--r--configs/imx8mn_ddr4_evk_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mn_ddr4_evk_defconfig b/configs/imx8mn_ddr4_evk_defconfig
index a3e51bad82..8eca79fd19 100644
--- a/configs/imx8mn_ddr4_evk_defconfig
+++ b/configs/imx8mn_ddr4_evk_defconfig
@@ -19,6 +19,7 @@ CONFIG_SPL_DRIVERS_MISC_SUPPORT=y
CONFIG_SPL=y
CONFIG_SPL_IMX_ROMAPI_LOADADDR=0x48000000
CONFIG_DEFAULT_DEVICE_TREE="imx8mn-ddr4-evk"
+CONFIG_DISTRO_DEFAULTS=y
CONFIG_FIT=y
CONFIG_FIT_EXTERNAL_OFFSET=0x3000
CONFIG_SPL_LOAD_FIT=y