From e8d2f286ae48324f15d428d6dd1d6dc51664aa3f Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Sun, 20 May 2018 08:33:17 +0200 Subject: [PATCH] board: Silent out the console on the K+P's imx53 boards Disable console output by default on imx53 based boards from K+P. Signed-off-by: Lukasz Majewski --- 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" \