summaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
parent98e43917dc89631c46d0b8eb481345041912ebee (diff)
downloadbarebox-a73c8dbb437fb55ecb660cb962c8c1cc85b8a654.tar.gz
barebox-a73c8dbb437fb55ecb660cb962c8c1cc85b8a654.tar.xz
Update NAND boot documentation
Patch by Stefan Roese, 12 Sep 2006
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 291dc61055..84d936701f 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ saved-output := $(BUILD_DIR)
# Attempt to create a output directory.
$(shell [ -d ${BUILD_DIR} ] || mkdir -p ${BUILD_DIR})
-# Verify if it was successful.
+# Verify if it was successful.
BUILD_DIR := $(shell cd $(BUILD_DIR) && /bin/pwd)
$(if $(BUILD_DIR),,$(error output directory "$(saved-output)" does not exist))
endif # ifneq ($(BUILD_DIR),)
@@ -272,7 +272,7 @@ $(NAND_SPL): version
$(MAKE) -C nand_spl all
$(U_BOOT_NAND): $(NAND_SPL) $(obj)u-boot.bin
- cat nand_spl/u-boot-spl-4k.bin $(obj)u-boot.bin > $(obj)u-boot-nand.bin
+ cat nand_spl/u-boot-spl-16k.bin $(obj)u-boot.bin > $(obj)u-boot-nand.bin
version:
@echo -n "#define U_BOOT_VERSION \"U-Boot " > $(VERSION_FILE); \