From 0bc736c78eaf4d0344a46d7230732f4227ffbf40 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Wed, 24 Aug 2011 12:01:15 +0800 Subject: [PATCH] uboot silent console --- package/uboot-xburst/files/include/configs/nanonote.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/uboot-xburst/files/include/configs/nanonote.h b/package/uboot-xburst/files/include/configs/nanonote.h index 6b7d63513..d7b624abf 100644 --- a/package/uboot-xburst/files/include/configs/nanonote.h +++ b/package/uboot-xburst/files/include/configs/nanonote.h @@ -95,6 +95,9 @@ #define CONFIG_SYS_MEMTEST_START 0x80100000 #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 */