summaryrefslogtreecommitdiffstats
path: root/MAKEALL
diff options
context:
space:
mode:
authorMacpaul Lin <macpaul@andestech.com>2011-10-19 20:41:10 +0000
committerWolfgang Denk <wd@denx.de>2011-10-22 00:54:25 +0200
commit5f1719c1054282a0e11430956aa0b72009d0aab8 (patch)
tree4b3876fa009567315d0d90cab34ad3a39df49ec3 /MAKEALL
parent64d614617f3b74d360717edbf2960cfd84594cf1 (diff)
downloadblackbird-obmc-uboot-5f1719c1054282a0e11430956aa0b72009d0aab8.tar.gz
blackbird-obmc-uboot-5f1719c1054282a0e11430956aa0b72009d0aab8.zip
adp-ag101: add board adp-ag101 support
Add evaluation board "adp-ag101" configuration file adp-ag101.h. Add adp-ag101.c board config and related settings. Add board adp-ag101 into boards.cfg Signed-off-by: Macpaul Lin <macpaul@andestech.com>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAKEALL b/MAKEALL
index cbbf269849..95b7cd3110 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -477,6 +477,12 @@ LIST_sh="$(boards_by_arch sh)"
LIST_sparc="$(boards_by_arch sparc)"
+#########################################################################
+## NDS32 Systems
+#########################################################################
+
+LIST_nds32="$(boards_by_arch nds32)"
+
#-----------------------------------------------------------------------
build_target() {
OpenPOWER on IntegriCloud