imx8m_evk: Remove unneeded earlycon string
authorFabio Estevam <festevam@gmail.com>
Wed, 11 Dec 2019 17:31:03 +0000 (14:31 -0300)
committerStefano Babic <sbabic@denx.de>
Fri, 27 Dec 2019 11:14:44 +0000 (12:14 +0100)
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>
include/configs/imx8mm_evk.h
include/configs/imx8mn_evk.h
include/configs/imx8mq_evk.h

index acbab05ae93a715e9e2d29393c37eddadbf74f92..991fe0056c4a9656e3e9741107f82b7e66f78dc3 100644 (file)
@@ -39,7 +39,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" \
index 62037c7387afb853fb2b659010c7f0fcd21cc11a..ce73ca6b0aea5a4f7b2ed65c6df74ac9dad33508 100644 (file)
@@ -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" \
index b29989db8f923aec2f11f74ae2c6b2f747fe8473..5d9ef70830fc39402a7e71f4a6c892f2cf622c40 100644 (file)
        CONFIG_MFG_ENV_SETTINGS \
        "script=boot.scr\0" \
        "image=Image\0" \
-       "console=ttymxc0,115200 earlycon=ec_imx6q,0x30860000,115200\0" \
+       "console=ttymxc0,115200\0" \
        "fdt_addr=0x43000000\0"                 \
        "fdt_high=0xffffffffffffffff\0"         \
        "boot_fdt=try\0" \