[U-Boot] [PATCH] arm: move edb93xx to generic board architecture
Sergey Kostanbev
sergey.kostanbaev at gmail.com
Thu Sep 10 00:40:01 CEST 2015
From: Sergey Kostanbaev <sergey.kostanbaev at 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
More information about the U-Boot
mailing list