summaryrefslogtreecommitdiffstats
path: root/nand_spl/board/amcc/sequoia
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-09-13 10:25:40 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-09-13 10:25:40 +0200
commit5d5269f87fc00a3fe1960cacd92e3d04864dff7d (patch)
tree208a387f1e0f0399696132e556e58b36e6072efd /nand_spl/board/amcc/sequoia
parenta87d46f7327eedead89284a0d0c5e5a769b984b9 (diff)
parentd12ae80889568365ecb9e6698322f9771ae76dde (diff)
downloadblackbird-obmc-uboot-5d5269f87fc00a3fe1960cacd92e3d04864dff7d.tar.gz
blackbird-obmc-uboot-5d5269f87fc00a3fe1960cacd92e3d04864dff7d.zip
Merge with /home/sr/git/u-boot/denx
Diffstat (limited to 'nand_spl/board/amcc/sequoia')
-rw-r--r--nand_spl/board/amcc/sequoia/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nand_spl/board/amcc/sequoia/Makefile b/nand_spl/board/amcc/sequoia/Makefile
index 6c07e3dd8d..897aa8b6b7 100644
--- a/nand_spl/board/amcc/sequoia/Makefile
+++ b/nand_spl/board/amcc/sequoia/Makefile
@@ -35,11 +35,11 @@ COBJS = nand_boot.o ndfc.o sdram.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))
-ALL = u-boot-spl u-boot-spl.bin u-boot-spl-4k.bin
+ALL = u-boot-spl u-boot-spl.bin u-boot-spl-16k.bin
all: $(obj).depend $(ALL)
-u-boot-spl-4k.bin: u-boot-spl
+u-boot-spl-16k.bin: u-boot-spl
$(OBJCOPY) ${OBJCFLAGS} --pad-to=$(PAD_TO) -O binary $< $@
u-boot-spl.bin: u-boot-spl
OpenPOWER on IntegriCloud