mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 05:34:30 +08:00
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 <lukma@denx.de>
This commit is contained in:
parent
0b35b2d117
commit
e8d2f286ae
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user