summaryrefslogtreecommitdiffstats
path: root/nand_spl
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2006-09-12 08:49:07 +0200
committerStefan Roese <sr@denx.de>2006-09-12 08:49:07 +0200
commita73c8dbb437fb55ecb660cb962c8c1cc85b8a654 (patch)
tree8d383c53c34301062acbf565746de0475356eca1 /nand_spl
parent98e43917dc89631c46d0b8eb481345041912ebee (diff)
downloadblackbird-obmc-uboot-a73c8dbb437fb55ecb660cb962c8c1cc85b8a654.tar.gz
blackbird-obmc-uboot-a73c8dbb437fb55ecb660cb962c8c1cc85b8a654.zip
Update NAND boot documentation
Patch by Stefan Roese, 12 Sep 2006
Diffstat (limited to 'nand_spl')
-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