diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-03 08:19:31 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-05 21:06:16 -0600 |
commit | 54abb000e3d76ab7c2d0df11a2b4074aec7f3c1f (patch) | |
tree | ed1d17b7882dec80fb25fd235833d2f9f83297e3 /include | |
parent | c51212332af188d8bdeb5488d57d6c19a4326d22 (diff) | |
download | talos-obmc-uboot-54abb000e3d76ab7c2d0df11a2b4074aec7f3c1f.tar.gz talos-obmc-uboot-54abb000e3d76ab7c2d0df11a2b4074aec7f3c1f.zip |
exynos: Drop old exynos5250-specific board code
Now that most exynos5250 boards can use the generic exynos5 code, switch
over to it and remove the old code.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/exynos5-dt-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/exynos5-dt-common.h b/include/configs/exynos5-dt-common.h index 29ef84b6a3..8b61a52c5a 100644 --- a/include/configs/exynos5-dt-common.h +++ b/include/configs/exynos5-dt-common.h @@ -16,6 +16,8 @@ "stdout=serial,lcd\0" \ "stderr=serial,lcd\0" +#define CONFIG_EXYNOS5_DT + #define CONFIG_ENV_IS_IN_SPI_FLASH #define CONFIG_ENV_SPI_BASE 0x12D30000 #define FLASH_SIZE (4 << 20) |