mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
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 <jacmet@sunsite.dk>
This commit is contained in:
parent
c1e0bc5275
commit
908c5610cc
@ -24,7 +24,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_TARGET_UBOOT_FORMAT_KWB),y)
|
ifeq ($(BR2_TARGET_UBOOT_FORMAT_KWB),y)
|
||||||
UBOOT_BIN = u-boot.kwb
|
UBOOT_BIN = u-boot.kwb
|
||||||
UBOOT_MAKE_TARGET = $(U_BOOT_BIN)
|
UBOOT_MAKE_TARGET = $(UBOOT_BIN)
|
||||||
else ifeq ($(BR2_TARGET_UBOOT_FORMAT_LDR),y)
|
else ifeq ($(BR2_TARGET_UBOOT_FORMAT_LDR),y)
|
||||||
UBOOT_BIN = u-boot.ldr
|
UBOOT_BIN = u-boot.ldr
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user