summaryrefslogtreecommitdiffstats
path: root/boot/uboot/uboot.mk
diff options
context:
space:
mode:
authorGustavo Zacarias2011-12-01 16:04:58 +0100
committerPeter Korsgaard2011-12-01 16:50:05 +0100
commita03182ad020e01744f783a8668c29cc6e8008122 (patch)
tree5a92cd9465d9851a5c837a4b529e5efb61c9d165 /boot/uboot/uboot.mk
parentu-boot: add version 2011.09 (diff)
downloadbuildroot-a03182ad020e01744f783a8668c29cc6e8008122.tar.gz
buildroot-a03182ad020e01744f783a8668c29cc6e8008122.tar.xz
buildroot-a03182ad020e01744f783a8668c29cc6e8008122.zip
u-boot: add support for u-boot-nand.bin
Add support for the u-boot-nand.bin target file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/uboot/uboot.mk')
-rw-r--r--boot/uboot/uboot.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index cf2231211..db9de8d3c 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -27,6 +27,8 @@ UBOOT_BIN = u-boot.kwb
UBOOT_MAKE_TARGET = $(UBOOT_BIN)
else ifeq ($(BR2_TARGET_UBOOT_FORMAT_LDR),y)
UBOOT_BIN = u-boot.ldr
+else ifeq ($(BR2_TARGET_UBOOT_FORMAT_NAND_BIN),y)
+UBOOT_BIN = u-boot-nand.bin
else
UBOOT_BIN = u-boot.bin
endif