[U-Boot] [PATCH v1 4/6] board: Silent out the console on the K+P's imx53 boards
Lukasz Majewski
lukma at denx.de
Sun May 20 06:33:17 UTC 2018
Disable console output by default on imx53 based boards from
K+P.
Signed-off-by: Lukasz Majewski <lukma at denx.de>
---
include/configs/kp_imx53.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/kp_imx53.h b/include/configs/kp_imx53.h
index 530c3557d0..0dc708e480 100644
--- a/include/configs/kp_imx53.h
+++ b/include/configs/kp_imx53.h
@@ -46,6 +46,7 @@
"fdt_high=0xffffffff\0" \
"scriptaddr=0x74000000\0" \
"kernel_file=fitImage\0"\
+ "silent=1\0"\
"rdinit=/sbin/init\0" \
"addinitrd=setenv bootargs ${bootargs} rdinit=${rdinit} ${debug} \0" \
"upd_image=st.4k\0" \
--
2.11.0
More information about the U-Boot
mailing list