From d010facb4e315a3a4b78fc52c843720aeafd0bab Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 20 Oct 2014 19:48:35 -0600 Subject: dm: exynos: Move smdkc100 to generic board The generic board deadline is approaching, and we need this feature to enable driver model. Enable CONFIG_SYS_GENERIC_BOARD for smdkc100. Signed-off-by: Simon Glass --- include/configs/smdkc100.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/smdkc100.h') diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h index 22835ff..a7eb33e 100644 --- a/include/configs/smdkc100.h +++ b/include/configs/smdkc100.h @@ -223,4 +223,6 @@ #define CONFIG_OF_LIBFDT +#define CONFIG_SYS_GENERIC_BOARD + #endif /* __CONFIG_H */ -- cgit v1.1