projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1e0bc5
)
uboot: unbreak kirkwood format handling after a4ca959321
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 14 Jul 2011 11:41:29 +0000
(13:41 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 14 Jul 2011 11:41:29 +0000
(13:41 +0200)
Commit
a4ca959321
(u-boot: rename to uboot) forgot to change the kirkwood
format handling to look for the new variable name, breaking support.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
boot/uboot/uboot.mk
patch
|
blob
|
history
diff --git
a/boot/uboot/uboot.mk
b/boot/uboot/uboot.mk
index ec592e13e4a26a36e8f2cf6d1b12797da134ef24..0610e4c9dcf5feaea50083bef9b9ac7c53fd99eb 100644
(file)
--- a/
boot/uboot/uboot.mk
+++ b/
boot/uboot/uboot.mk
@@
-24,7
+24,7
@@
endif
ifeq ($(BR2_TARGET_UBOOT_FORMAT_KWB),y)
UBOOT_BIN = u-boot.kwb
-UBOOT_MAKE_TARGET = $(U
_
BOOT_BIN)
+UBOOT_MAKE_TARGET = $(UBOOT_BIN)
else ifeq ($(BR2_TARGET_UBOOT_FORMAT_LDR),y)
UBOOT_BIN = u-boot.ldr
else