Skip to content

Commit

Permalink
imx6: use more common name for ubi(fs) images
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Perkov <[email protected]>

SVN-Revision: 38520
  • Loading branch information
lperkov committed Oct 23, 2013
1 parent 9e17f25 commit de7c615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/imx6/image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ endef
define Image/Build/ubifs

ifneq ($($(PROFILE)_UBIFS_OPTS),)
$(CP) $(KDIR)/root.ubifs $(BIN_DIR)/$(IMG_PREFIX)-$(call get_human_name)-ubifs.img
$(CP) $(KDIR)/root.ubifs $(BIN_DIR)/$(IMG_PREFIX)-$(call get_human_name)-rootfs.ubifs
endif
endef

define Image/Build/ubi

ifneq ($($(PROFILE)_UBI_OPTS),)
$(CP) $(KDIR)/root.ubi $(BIN_DIR)/$(IMG_PREFIX)-$(call get_human_name)-ubi.img
$(CP) $(KDIR)/root.ubi $(BIN_DIR)/$(IMG_PREFIX)-$(call get_human_name)-rootfs.ubi
endif
endef

Expand Down

0 comments on commit de7c615

Please sign in to comment.