From: Simon Glass <sjg@chromium.org>
Date: Tue, 21 Oct 2014 01:48:36 +0000 (-0600)
Subject: dm: exynos: Move s5p_goni to generic board
X-Git-Tag: v2025.01-rc5-pxa1908~14533^2~49
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/html/index.html?a=commitdiff_plain;h=084067ce13b5665c8ee8eb1277447d67bc5210c8;p=u-boot.git

dm: exynos: Move s5p_goni to generic board

The generic board deadline is approaching, and we need this feature to
enable driver model. Enable CONFIG_SYS_GENERIC_BOARD for s5p_goni.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
index fc2497a332..781d8474db 100644
--- a/include/configs/s5p_goni.h
+++ b/include/configs/s5p_goni.h
@@ -288,4 +288,6 @@
 
 #define CONFIG_OF_LIBFDT
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 #endif	/* __CONFIG_H */