From f3755f57584bf1b0273c527964a0ea8ac43fd13d Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Fri, 26 Dec 2014 13:33:22 +0000 Subject: The ubinized filesystems should be used for generating the final images, so store them in KDIR instead. Signed-off-by: Imre Kaloz SVN-Revision: 43778 --- include/image.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/image.mk') diff --git a/include/image.mk b/include/image.mk index 12322bdb8d..f9b8998ed4 100644 --- a/include/image.mk +++ b/include/image.mk @@ -154,7 +154,7 @@ ifneq ($(CONFIG_NAND_SUPPORT),) define Image/Build/UbinizeImage sh $(TOPDIR)/scripts/ubinize-image.sh $(2) \ "$(KDIR)/root.$(3)" \ - "$(BIN_DIR)/$(IMG_PREFIX)-$(1)-$(3)-ubinized.bin" \ + "$(KDIR)/$(IMG_PREFIX)-$(1)-$(3)-ubinized.bin" \ $(4) endef -- cgit v1.2.3