Add AMCC bamboo board to MAKEALL build script.
authorMarian Balakowicz <m8@semihalf.com>
Tue, 4 Jul 2006 06:47:23 +0000 (08:47 +0200)
committerMarian Balakowicz <m8@semihalf.com>
Tue, 4 Jul 2006 06:47:23 +0000 (08:47 +0200)
CHANGELOG
MAKEALL

index c873c8e..7869c0a 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,8 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Add AMCC bamboo board to MAKEALL build script.
+
 * Fix AMCC bamboo eval board compilation errors.
 
 * Add system memory to the PCI region list for AMCC PPC44x CPUs.
diff --git a/MAKEALL b/MAKEALL
index fe6648a..03bf857 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -75,7 +75,7 @@ LIST_4xx="    \
        PIP405          PLU405          PMC405          PPChameleonEVB  \
        sbc405          VOH405          VOM405          W7OLMC          \
        W7OLMG          walnut          WUH405          XPEDITE1K       \
-       yellowstone     yosemite        yucca                           \
+       yellowstone     yosemite        yucca           bamboo          \
 "
 
 #########################################################################