boot/uboot: add missing spaces around variable assignment

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas Petazzoni 2019-10-27 21:31:44 +01:00 committed by Peter Korsgaard
parent f9ab00ba46
commit 9fd8d0ef67

View File

@ -272,7 +272,7 @@ define UBOOT_BUILD_OMAP_IFT
endef endef
ifneq ($(BR2_TARGET_UBOOT_ENVIMAGE),) ifneq ($(BR2_TARGET_UBOOT_ENVIMAGE),)
UBOOT_GENERATE_ENV_FILE=$(call qstrip,$(BR2_TARGET_UBOOT_ENVIMAGE_SOURCE)) UBOOT_GENERATE_ENV_FILE = $(call qstrip,$(BR2_TARGET_UBOOT_ENVIMAGE_SOURCE))
define UBOOT_GENERATE_ENV_IMAGE define UBOOT_GENERATE_ENV_IMAGE
$(if $(UBOOT_GENERATE_ENV_FILE), \ $(if $(UBOOT_GENERATE_ENV_FILE), \
cat $(UBOOT_GENERATE_ENV_FILE), \ cat $(UBOOT_GENERATE_ENV_FILE), \