
15 Oct
2014
15 Oct
'14
10:37 a.m.
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 sjg@chromium.org ---
Changes in v9: None Changes in v8: - Add new patch to move smdkc100 to generic board
Changes in v7: None Changes in v6: None Changes in v5: None Changes in v4: None
include/configs/smdkc100.h | 2 ++ 1 file changed, 2 insertions(+)
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 */
--
2.1.0.rc2.206.gedb03e5