diff options
author | Simon Glass <sjg@chromium.org> | 2013-03-05 14:39:58 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-03-15 16:14:01 -0400 |
commit | 068a1e46bf03274cf87eea3d5fa1973f6dbdc2fa (patch) | |
tree | 7519b77d4d85839359caad275f93ea547368a527 | |
parent | 949747b17f0b31c6942b5731a3b0760ad297549e (diff) | |
download | u-boot-imx-068a1e46bf03274cf87eea3d5fa1973f6dbdc2fa.zip u-boot-imx-068a1e46bf03274cf87eea3d5fa1973f6dbdc2fa.tar.gz u-boot-imx-068a1e46bf03274cf87eea3d5fa1973f6dbdc2fa.tar.bz2 |
exynos5: Enable generic board for Exynos5 device tree boards
Enable CONFIG_SYS_GENERIC_BOARD for all Exynos5 boards that use
CONFIG_OF_CONTROL.
Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | include/configs/exynos5250-dt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index cabd2f2..1c624d4 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -33,6 +33,7 @@ #include <asm/arch/cpu.h> /* get chip and board defs */ +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_ARCH_CPU_INIT #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO |