summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSergey Kostanbaev <sergey.kostanbaev@gmail.com>2015-09-09 22:40:01 (GMT)
committerTom Rini <trini@konsulko.com>2015-09-13 12:01:10 (GMT)
commit278bd4e7d71e4e54677b36106615c02b87b69bd6 (patch)
tree451dd7e84241bba3c059862fc0a218a970ad0908 /include
parent6083aec1db1ac29f486641eee3d162a337cc4a01 (diff)
downloadu-boot-278bd4e7d71e4e54677b36106615c02b87b69bd6.tar.xz
arm: move edb93xx to generic board architecture
Use CONFIG_SYS_GENERIC_BOARD in EDB93XX board family
Diffstat (limited to 'include')
-rw-r--r--include/configs/edb93xx.h2
1 files changed, 2 insertions, 0 deletions
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