X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fexynos5-dt-common.h;h=8f2dac61cba3f1f79b19cf681b637fca7617569b;hb=e35da4994aa51112a1becfb127de6346f20475ab;hp=b1b8e1ace70996af03a3365673a2db025e904805;hpb=e1cc4d31f889428a4ca73120951389c756404184;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/exynos5-dt-common.h b/include/configs/exynos5-dt-common.h index b1b8e1a..8f2dac6 100644 --- a/include/configs/exynos5-dt-common.h +++ b/include/configs/exynos5-dt-common.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2014 Google, Inc * * Configuration settings for generic Exynos 5 board - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_EXYNOS5_DT_COMMON_H @@ -13,17 +12,10 @@ #undef EXYNOS_DEVICE_SETTINGS #define EXYNOS_DEVICE_SETTINGS \ "stdin=serial,cros-ec-keyb\0" \ - "stdout=serial,lcd\0" \ - "stderr=serial,lcd\0" - -#include "exynos5-common.h" - -/* PMIC */ -#define CONFIG_POWER -#define CONFIG_POWER_I2C -#define CONFIG_POWER_TPS65090 + "stdout=serial,vidconsole\0" \ + "stderr=serial,vidconsole\0" -/* Enable keyboard */ -#define CONFIG_KEYBOARD +#define CFG_SYS_SPI_BASE 0x12D30000 +#define FLASH_SIZE (4 << 20) #endif