diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-03 08:19:30 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-05 21:06:16 -0600 |
commit | c51212332af188d8bdeb5488d57d6c19a4326d22 (patch) | |
tree | fabaf5db69ecf296c5d072487f0ece3d6f17e9ee /include/configs | |
parent | bf637ea5e48b26e01c440ed7d108eada1345ffd2 (diff) | |
download | u-boot-imx-c51212332af188d8bdeb5488d57d6c19a4326d22.zip u-boot-imx-c51212332af188d8bdeb5488d57d6c19a4326d22.tar.gz u-boot-imx-c51212332af188d8bdeb5488d57d6c19a4326d22.tar.bz2 |
exynos: Drop old exynos5420-specific board code
Now that exynos5420 boards can use the generic exynos5 code, switch over to
it and remove the old code.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/exynos5420-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/exynos5420-common.h b/include/configs/exynos5420-common.h index 3cdec51..cd86e06 100644 --- a/include/configs/exynos5420-common.h +++ b/include/configs/exynos5420-common.h @@ -13,6 +13,8 @@ /* A variant of Exynos5420 (Exynos5 Family) */ #define CONFIG_EXYNOS5800 +#define CONFIG_EXYNOS5_DT + #define MACH_TYPE_SMDK5420 8002 #define CONFIG_MACH_TYPE MACH_TYPE_SMDK5420 |