X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsnow.h;h=bf3377cb10c0df1d858de333c07787f054495e65;hb=bf637ea5e48b26e01c440ed7d108eada1345ffd2;hp=ed5c0b614fa0f589fb3d6fa4240b290bca542a6b;hpb=3be2bdf5dc69b3142c1162a59bc67191c9077567;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/snow.h b/include/configs/snow.h index ed5c0b6..bf3377c 100644 --- a/include/configs/snow.h +++ b/include/configs/snow.h @@ -9,9 +9,14 @@ #ifndef __CONFIG_SNOW_H #define __CONFIG_SNOW_H -#include +#include +#include +#include -#undef CONFIG_DEFAULT_DEVICE_TREE -#define CONFIG_DEFAULT_DEVICE_TREE exynos5250-snow +#define CONFIG_BOARD_COMMON + +#define CONFIG_SYS_PROMPT "snow # " +#define CONFIG_IDENT_STRING " for snow" +#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0" #endif /* __CONFIG_SNOW_H */