summaryrefslogtreecommitdiff
path: root/include/configs/imx8mn_evk.h
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2019-12-11 14:31:03 -0300
committerStefano Babic <sbabic@denx.de>2019-12-27 12:14:44 +0100
commit502f3ca00ae82dde65f43173eb3df3b2b7574f4b (patch)
treef582fa641e7de08392e1576274c14b9c08ed3cf1 /include/configs/imx8mn_evk.h
parent0d3bc81391ac031758affdb0811bc9c8b905978c (diff)
imx8m_evk: Remove unneeded earlycon string
Passing earlycon string in the command line may be useful during bring up, but not after such phase. Remove the earlycon string to align with the other i.MX SoCs command lines. Signed-off-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'include/configs/imx8mn_evk.h')
-rw-r--r--include/configs/imx8mn_evk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8mn_evk.h b/include/configs/imx8mn_evk.h
index 62037c7387..ce73ca6b0a 100644
--- a/include/configs/imx8mn_evk.h
+++ b/include/configs/imx8mn_evk.h
@@ -42,7 +42,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"script=boot.scr\0" \
"image=Image.itb\0" \
- "console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200\0" \
+ "console=ttymxc1,115200\0" \
"fdt_addr=0x43000000\0" \
"fdt_high=0xffffffffffffffff\0" \
"boot_fit=try\0" \