X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fsnow.h;h=1d8d8da39738677f84fc3402296a12f6fef0ec8a;hb=5923c843ba0e06a90e0c0c5cc6894ac8641377e1;hp=ed5c0b614fa0f589fb3d6fa4240b290bca542a6b;hpb=3be2bdf5dc69b3142c1162a59bc67191c9077567;p=u-boot diff --git a/include/configs/snow.h b/include/configs/snow.h index ed5c0b614f..1d8d8da397 100644 --- a/include/configs/snow.h +++ b/include/configs/snow.h @@ -9,9 +9,13 @@ #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_IDENT_STRING " for snow" +#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0" #endif /* __CONFIG_SNOW_H */