summaryrefslogtreecommitdiff
path: root/include/configs/mccmon6.h
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2017-02-21 21:45:20 (GMT)
committerStefano Babic <sbabic@denx.de>2017-03-19 16:24:09 (GMT)
commitcb11a28aad37e6e348d72057003c2c93180ce5f7 (patch)
treea9c4311f4af7828e8c4d955a53d99b657cfe598a /include/configs/mccmon6.h
parent468fb1e4dfa805a86ff46b3875d9f6a08b34dbf8 (diff)
downloadu-boot-cb11a28aad37e6e348d72057003c2c93180ce5f7.tar.xz
MCCMON6: defconfig: Move 'quiet' console parameter to 'console' env variable
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'include/configs/mccmon6.h')
-rw-r--r--include/configs/mccmon6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mccmon6.h b/include/configs/mccmon6.h
index 8f1eddf..7bda977 100644
--- a/include/configs/mccmon6.h
+++ b/include/configs/mccmon6.h
@@ -118,7 +118,7 @@
#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
#define CONFIG_EXTRA_ENV_SETTINGS \
- "console=ttymxc0,115200\0" \
+ "console=ttymxc0,115200 quiet\0" \
"fdtfile=imx6q-mccmon6.dtb\0" \
"fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
@@ -148,7 +148,7 @@
"boot_nor=" \
"setenv kernelnor 0x08180000;" \
"setenv dtbnor 0x09980000;" \
- "setenv bootargs console=${console} quiet " \
+ "setenv bootargs console=${console} " \
""MTDPARTS_DEFAULT" " \
"root=/dev/mmcblk1 rootfstype=ext4 rw rootwait noinitrd;" \
"cp.l ${dtbnor} ${dtbloadaddr} 0x8000;" \