X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fsnow.h;h=1d8d8da39738677f84fc3402296a12f6fef0ec8a;hb=5923c843ba0e06a90e0c0c5cc6894ac8641377e1;hp=fbaaa593cc8f112ce495cd2daa3406d8e286976d;hpb=4b19b7448e63bab8af17abbb30acff00d8f0dc99;p=u-boot diff --git a/include/configs/snow.h b/include/configs/snow.h index fbaaa593cc..1d8d8da397 100644 --- a/include/configs/snow.h +++ b/include/configs/snow.h @@ -9,11 +9,13 @@ #ifndef __CONFIG_SNOW_H #define __CONFIG_SNOW_H -#include +#include +#include +#include +#define CONFIG_BOARD_COMMON -/* Enable FIT support and comparison */ -#define CONFIG_FIT -#define CONFIG_FIT_BEST_MATCH +#define CONFIG_IDENT_STRING " for snow" +#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0" #endif /* __CONFIG_SNOW_H */