summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSergey Kostanbaev <sergey.kostanbaev@gmail.com>2015-09-10 01:40:01 +0300
committerTom Rini <trini@konsulko.com>2015-09-13 08:01:10 -0400
commit278bd4e7d71e4e54677b36106615c02b87b69bd6 (patch)
tree451dd7e84241bba3c059862fc0a218a970ad0908 /include
parent6083aec1db1ac29f486641eee3d162a337cc4a01 (diff)
downloadblackbird-obmc-uboot-278bd4e7d71e4e54677b36106615c02b87b69bd6.tar.gz
blackbird-obmc-uboot-278bd4e7d71e4e54677b36106615c02b87b69bd6.zip
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 efe2a9daa7..e3e32aa081 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
OpenPOWER on IntegriCloud