Commit 502f3ca00ae82dde65f43173eb3df3b2b7574f4b

Authored by Fabio Estevam
Committed by Stefano Babic
1 parent 0d3bc81391

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>

Showing 3 changed files with 3 additions and 3 deletions Side-by-side Diff

include/configs/imx8mm_evk.h
... ... @@ -39,7 +39,7 @@
39 39 #define CONFIG_EXTRA_ENV_SETTINGS \
40 40 "script=boot.scr\0" \
41 41 "image=Image.itb\0" \
42   - "console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200\0" \" \
  42 + "console=ttymxc1,115200\0" \" \
43 43 "fdt_addr=0x43000000\0" \
44 44 "fdt_high=0xffffffffffffffff\0" \
45 45 "boot_fit=try\0" \
include/configs/imx8mn_evk.h
... ... @@ -42,7 +42,7 @@
42 42 #define CONFIG_EXTRA_ENV_SETTINGS \
43 43 "script=boot.scr\0" \
44 44 "image=Image.itb\0" \
45   - "console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200\0" \" \
  45 + "console=ttymxc1,115200\0" \" \
46 46 "fdt_addr=0x43000000\0" \
47 47 "fdt_high=0xffffffffffffffff\0" \
48 48 "boot_fit=try\0" \
include/configs/imx8mq_evk.h
... ... @@ -103,7 +103,7 @@
103 103 CONFIG_MFG_ENV_SETTINGS \
104 104 "script=boot.scr\0" \
105 105 "image=Image\0" \
106   - "console=ttymxc0,115200 earlycon=ec_imx6q,0x30860000,115200\0" \" \
  106 + "console=ttymxc0,115200\0" \" \
107 107 "fdt_addr=0x43000000\0" \
108 108 "fdt_high=0xffffffffffffffff\0" \
109 109 "boot_fdt=try\0" \