X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fsnow.h;h=3b0db32ece5daa5261e62ff43f2c1a46f2072193;hb=44ab2d325b79d3ce6123495c5ce52410655a58fb;hp=673fa1469b88e2fc468072a5b29bcedb3f74ba55;hpb=9f5f51540d0d6af03ff22f55b7afc3fda6a4120d;p=u-boot diff --git a/include/configs/snow.h b/include/configs/snow.h index 673fa1469b..3b0db32ece 100644 --- a/include/configs/snow.h +++ b/include/configs/snow.h @@ -1,21 +1,19 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2013 Samsung Electronics * * Configuration settings for the SAMSUNG EXYNOS5 Snow board. - * - * SPDX-License-Identifier: GPL-2.0+ */ #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 -/* Enable FIT support and comparison */ -#define CONFIG_FIT -#define CONFIG_FIT_BEST_MATCH +#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0" #endif /* __CONFIG_SNOW_H */