include/image.mk: allow including U-Boot environment in UBI
Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 49039
This commit is contained in:
@@ -379,6 +379,7 @@ endef
|
|||||||
|
|
||||||
define Build/append-ubi
|
define Build/append-ubi
|
||||||
sh $(TOPDIR)/scripts/ubinize-image.sh \
|
sh $(TOPDIR)/scripts/ubinize-image.sh \
|
||||||
|
$(if $(UBOOTENV_IN_UBI),--uboot-env) \
|
||||||
$(if $(KERNEL_IN_UBI),--kernel $(word 1,$^)) \
|
$(if $(KERNEL_IN_UBI),--kernel $(word 1,$^)) \
|
||||||
$(word 2,$^) \
|
$(word 2,$^) \
|
||||||
$@.tmp \
|
$@.tmp \
|
||||||
|
|||||||
Reference in New Issue
Block a user