Skip to content
Snippets Groups Projects
Commit cb11a28a authored by Lukasz Majewski's avatar Lukasz Majewski Committed by Stefano Babic
Browse files

MCCMON6: defconfig: Move 'quiet' console parameter to 'console' env variable


Signed-off-by: default avatarLukasz Majewski <lukma@denx.de>
parent 468fb1e4
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
#define CONFIG_EXTRA_ENV_SETTINGS \ #define CONFIG_EXTRA_ENV_SETTINGS \
"console=ttymxc0,115200\0" \ "console=ttymxc0,115200 quiet\0" \
"fdtfile=imx6q-mccmon6.dtb\0" \ "fdtfile=imx6q-mccmon6.dtb\0" \
"fdt_high=0xffffffff\0" \ "fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
"boot_nor=" \ "boot_nor=" \
"setenv kernelnor 0x08180000;" \ "setenv kernelnor 0x08180000;" \
"setenv dtbnor 0x09980000;" \ "setenv dtbnor 0x09980000;" \
"setenv bootargs console=${console} quiet " \ "setenv bootargs console=${console} " \
""MTDPARTS_DEFAULT" " \ ""MTDPARTS_DEFAULT" " \
"root=/dev/mmcblk1 rootfstype=ext4 rw rootwait noinitrd;" \ "root=/dev/mmcblk1 rootfstype=ext4 rw rootwait noinitrd;" \
"cp.l ${dtbnor} ${dtbloadaddr} 0x8000;" \ "cp.l ${dtbnor} ${dtbloadaddr} 0x8000;" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment