From 908c5610cc2e74340b6e589e4331cee780dea05e Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 14 Jul 2011 13:41:29 +0200 Subject: uboot: unbreak kirkwood format handling after a4ca959321 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 --- boot/uboot/uboot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/uboot') diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk index ec592e13e..0610e4c9d 100644 --- 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 -- cgit v1.2.3