1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-17 11:49:42 +02:00

uboot silent console

This commit is contained in:
Xiangfu Liu 2011-08-24 12:01:15 +08:00 committed by Xiangfu
parent 33d9b4c824
commit 0bc736c78e

View File

@ -95,6 +95,9 @@
#define CONFIG_SYS_MEMTEST_START 0x80100000 #define CONFIG_SYS_MEMTEST_START 0x80100000
#define CONFIG_SYS_MEMTEST_END 0x80800000 #define CONFIG_SYS_MEMTEST_END 0x80800000
#define CONFIG_SILENT_CONSOLE 1 /* Enable support for silent boot */
#define CONFIG_SYS_DEVICE_NULLDEV 1 /* Enable output sink */
/* /*
* Environment * Environment
*/ */