
10 Sep
2015
10 Sep
'15
12:40 a.m.
From: Sergey Kostanbaev sergey.kostanbaev@gmail.com
Use CONFIG_SYS_GENERIC_BOARD in EDB93XX board family
--- include/configs/edb93xx.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/edb93xx.h b/include/configs/edb93xx.h index efe2a9d..e3e32aa 100644 --- a/include/configs/edb93xx.h +++ b/include/configs/edb93xx.h @@ -25,6 +25,8 @@ #error "no board defined" #endif
+#define CONFIG_SYS_GENERIC_BOARD + /* Initial environment and monitor configuration options. */ #define CONFIG_BOOTDELAY 2 #define CONFIG_CMDLINE_TAG 1
--
1.9.1