summaryrefslogtreecommitdiff
path: root/board/amcc/bamboo/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-06-01 13:19:29 (GMT)
committerStefan Roese <sr@denx.de>2007-06-01 13:19:29 (GMT)
commita471db07fbb65a841ffc9f4f112562b945230f98 (patch)
treeab714fc40c0b16d7ca387ddd95b9c357508f74a9 /board/amcc/bamboo/Makefile
parent53ad02103fb8be4138a9937a8ab91fcdff7b4987 (diff)
downloadu-boot-a471db07fbb65a841ffc9f4f112562b945230f98.tar.xz
ppc4xx: Prepare Bamboo port for NAND booting support
This patch updates the "normal" Bamboo NOR booting port, so that it is compatible with the coming soon NAND booting Bamboo port. It also enables the 2nd NAND flash on the Bamboo. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc/bamboo/Makefile')
-rw-r--r--board/amcc/bamboo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/amcc/bamboo/Makefile b/board/amcc/bamboo/Makefile
index 5da96e9..d01cc49 100644
--- a/board/amcc/bamboo/Makefile
+++ b/board/amcc/bamboo/Makefile
@@ -1,5 +1,5 @@
#
-# (C) Copyright 2002-2006
+# (C) Copyright 2002-2007
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# See file CREDITS for list of people who contributed to this
@@ -33,7 +33,7 @@ OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(OBJS) $(SOBJS)
- $(AR) $(ARFLAGS) $@ $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
clean:
rm -f $(SOBJS) $(OBJS)