From 0b7b709486eb0e4cbdfefbbd75ebaa8c94b369b0 Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Thu, 25 Nov 2010 12:04:46 +0900 Subject: [PATCH] s5pc210: universal: set CONFIG_SYS_CONSOLE_INFO_QUIET Signed-off-by: Minkyu Kang --- include/configs/s5pc210_universal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index 8600ae4..dc94eaf 100644 --- a/include/configs/s5pc210_universal.h +++ b/include/configs/s5pc210_universal.h @@ -260,6 +260,7 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_ENV_AUTOSAVE +#define CONFIG_SYS_CONSOLE_INFO_QUIET #define CONFIG_SYS_CONSOLE_IS_IN_ENV #define CONFIG_EXTRA_ENV_SETTINGS \ CONFIG_UPDATEB \ -- 2.7.4