u-boot: unbreak build after r24646
Unset variables aren't the same as "".
This commit is contained in:
parent
585aca9a5a
commit
f7870ba027
@ -33,7 +33,7 @@ TARGET_UBOOT_ETHADDR:=$(strip $(subst ",, $(BR2_TARGET_UBOOT_ETHADDR)))
|
||||
|
||||
# u-boot still uses arch=ppc for powerpc
|
||||
U_BOOT_ARCH=$(KERNEL_ARCH:powerpc=ppc)
|
||||
ifeq ($(UBOOT_BOARD_NAME),"")
|
||||
ifeq ($(UBOOT_BOARD_NAME),)
|
||||
UBOOT_BOARD_NAME:=$(strip $(subst ",,$(BR2_TARGET_UBOOT_BOARDNAME)))
|
||||
#"))
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user