summaryrefslogtreecommitdiff
path: root/include/configs/imx8mn_evk.h
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2021-03-04 14:07:16 +0300
committerTom Rini <trini@konsulko.com>2021-04-05 15:08:56 +0300
commit17bc2cf89ba3ae6f8f1a22fe2b8d9b4b443510cd (patch)
tree8fb60f766d9c5c9dee43651478d317781b3fa0f6 /include/configs/imx8mn_evk.h
parentac2b5d5850395c19df9749f323ca4666dc04b3ee (diff)
downloadu-boot-17bc2cf89ba3ae6f8f1a22fe2b8d9b4b443510cd.tar.xz
imx8mn_ddr4_evk: Allow booting the kernel by default
Currently it is not possible to boot Linux from the SD card by default. Make the necessary adjustments to allow it. Reported-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Fabio Estevam <festevam@gmail.com> Tested-by: Andrey Zhizhikin <andrey.z@gmail.com> # imx8mn_ddr4_evk Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs/imx8mn_evk.h')
-rw-r--r--include/configs/imx8mn_evk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/imx8mn_evk.h b/include/configs/imx8mn_evk.h
index 1e2825337e..596e255ca6 100644
--- a/include/configs/imx8mn_evk.h
+++ b/include/configs/imx8mn_evk.h
@@ -34,10 +34,10 @@
/* Initial environment variables */
#define CONFIG_EXTRA_ENV_SETTINGS \
"script=boot.scr\0" \
- "image=Image.itb\0" \
+ "image=Image\0" \
"console=ttymxc1,115200\0" \
"fdt_addr=0x43000000\0" \
- "boot_fit=try\0" \
+ "boot_fit=no\0" \
"fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
"initrd_addr=0x43800000\0" \
"bootm_size=0x10000000\0" \