sunxi: use common image prefix
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45788
This commit is contained in:
parent
0cce8316d9
commit
43b5730c98
1 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ define Image/Build/SDCard
|
||||||
rm -f $(KDIR)/boot.img
|
rm -f $(KDIR)/boot.img
|
||||||
mkdosfs $(KDIR)/boot.img -C $(FAT32_BLOCKS)
|
mkdosfs $(KDIR)/boot.img -C $(FAT32_BLOCKS)
|
||||||
|
|
||||||
mcopy -i $(KDIR)/boot.img $(BIN_DIR)/uboot-sunxi-$(PROFILE)/openwrt-sunxi-$(PROFILE)-boot.scr ::boot.scr
|
mcopy -i $(KDIR)/boot.img $(BIN_DIR)/uboot-sunxi-$(PROFILE)/$(IMG_PREFIX)-$(PROFILE)-boot.scr ::boot.scr
|
||||||
mcopy -i $(KDIR)/boot.img $(BIN_DIR)/$(2).dtb ::dtb
|
mcopy -i $(KDIR)/boot.img $(BIN_DIR)/$(2).dtb ::dtb
|
||||||
mcopy -i $(KDIR)/boot.img $(BIN_DIR)/$(IMG_PREFIX)-uImage ::uImage
|
mcopy -i $(KDIR)/boot.img $(BIN_DIR)/$(IMG_PREFIX)-uImage ::uImage
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ define Image/Build/SDCard
|
||||||
$(KDIR)/root.$(1) \
|
$(KDIR)/root.$(1) \
|
||||||
$(CONFIG_SUNXI_SD_BOOT_PARTSIZE) \
|
$(CONFIG_SUNXI_SD_BOOT_PARTSIZE) \
|
||||||
$(CONFIG_TARGET_ROOTFS_PARTSIZE) \
|
$(CONFIG_TARGET_ROOTFS_PARTSIZE) \
|
||||||
$(BIN_DIR)/uboot-sunxi-$(PROFILE)/openwrt-sunxi-$(PROFILE)-u-boot-with-spl.bin
|
$(BIN_DIR)/uboot-sunxi-$(PROFILE)/$(IMG_PREFIX)-$(PROFILE)-u-boot-with-spl.bin
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Profile/A10-OLinuXino-Lime
|
define Image/Build/Profile/A10-OLinuXino-Lime
|
||||||
|
@ -125,7 +125,7 @@ define Image/Build
|
||||||
$(call Image/Build/$(1),$(1))
|
$(call Image/Build/$(1),$(1))
|
||||||
$(call Image/Build/Profile/$(PROFILE),$(1))
|
$(call Image/Build/Profile/$(PROFILE),$(1))
|
||||||
|
|
||||||
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-root.$(1) bs=128k conv=sync
|
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k conv=sync
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildImage))
|
$(eval $(call BuildImage))
|
||||||
|
|
Loading…
Reference in a new issue