X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fexynos5-dt-common.h;h=a94f5a15f0d13ac77048ac51f0eed437dfd9a1cc;hb=bf2c48fa1a6e068f232d84aae43b5dad654a9017;hp=098734b542b6190bc4a207d7fe9ab29ff9d1685c;hpb=d4061aa0e9bb48e55a958b59950e314c1c03f124;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/exynos5-dt-common.h b/include/configs/exynos5-dt-common.h index 098734b..a94f5a1 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,12 +12,11 @@ #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" + "stdout=serial,vidconsole\0" \ + "stderr=serial,vidconsole\0" -/* Enable keyboard */ -#define CONFIG_KEYBOARD +#define CONFIG_SYS_SPI_BASE 0x12D30000 +#define FLASH_SIZE (4 << 20) +#define CONFIG_SPI_BOOTING #endif