Commit 908c5610 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

uboot: unbreak kirkwood format handling after a4ca9593



Commit a4ca9593 (u-boot: rename to uboot) forgot to change the kirkwood
format handling to look for the new variable name, breaking support.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent c1e0bc52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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