From d8b9c4e49b95aad1ef23ac3ecb4d6afed8d31604 Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Fri, 27 Nov 2009 14:29:08 +0900 Subject: [PATCH] s5pc110: aquila: add CONFIG_SYS_CONSOLE_IS_IN_ENV define Signed-off-by: Minkyu Kang --- include/configs/s5pc1xx_universal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/s5pc1xx_universal.h b/include/configs/s5pc1xx_universal.h index 6302ee4..4d3096f 100644 --- a/include/configs/s5pc1xx_universal.h +++ b/include/configs/s5pc1xx_universal.h @@ -173,6 +173,7 @@ " onenand write 0x32008000 0x0 0x40000\0" #define CONFIG_ENV_OVERWRITE +#define CONFIG_SYS_CONSOLE_IS_IN_ENV #define CONFIG_EXTRA_ENV_SETTINGS \ CONFIG_UPDATEB \ "updatek=onenand erase 0x80000 0x300000;" \ -- 2.7.4