From f94de733df8a3a6e28a9acbfc00871319f567775 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 7 Oct 2014 22:01:48 -0600 Subject: config: Move arndale to use common exynos5250 file Most of the arndale features are common with other exynos5250 boards. To permit easier addition of driver model support, use the common file. Signed-off-by: Simon Glass Signed-off-by: Minkyu Kang --- include/configs/smdk5420.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs/smdk5420.h') diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h index 894ed115d6..fd2d482e4a 100644 --- a/include/configs/smdk5420.h +++ b/include/configs/smdk5420.h @@ -11,6 +11,8 @@ #include +#define CONFIG_BOARD_COMMON + #define CONFIG_SMDK5420 /* which is in a SMDK5420 */ @@ -19,5 +21,6 @@ #define CONFIG_SYS_PROMPT "SMDK5420 # " #define CONFIG_IDENT_STRING " for SMDK5420" +#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0" #endif /* __CONFIG_SMDK5420_H */ -- cgit v1.2.3