projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9ab00b
)
boot/uboot: add missing spaces around variable assignment
author
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Sun, 27 Oct 2019 20:31:44 +0000
(21:31 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sun, 27 Oct 2019 20:49:21 +0000
(21:49 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/uboot/uboot.mk
patch
|
blob
|
history
diff --git
a/boot/uboot/uboot.mk
b/boot/uboot/uboot.mk
index 3bdedd74b1a27df72b151412c76455d8a888d44b..5e0f6140246490946d660086de529a8abca10a9d 100644
(file)
--- a/
boot/uboot/uboot.mk
+++ b/
boot/uboot/uboot.mk
@@
-272,7
+272,7
@@
define UBOOT_BUILD_OMAP_IFT
endef
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
$(if $(UBOOT_GENERATE_ENV_FILE), \
cat $(UBOOT_GENERATE_ENV_FILE), \