[U-Boot] [PATCH v6 24/31] exynos5: Enable generic board for Exynos5 device tree boards
Simon Glass
sjg at chromium.org
Wed Mar 6 01:39:58 CET 2013
Enable CONFIG_SYS_GENERIC_BOARD for all Exynos5 boards that use
CONFIG_OF_CONTROL.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v6:
- Add new patch to enable generic board for Exynos5
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
include/configs/exynos5250-dt.h | 1 +
1 file changed, 1 insertion(+)
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
--
1.8.1.3
More information about the U-Boot
mailing list