From: Zoltan Herpai Date: Mon, 21 Sep 2015 21:03:37 +0000 (+0000) Subject: packages: uboot-mxs: do no modify the U-Boot image, copy as-is X-Git-Tag: reboot~1936 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=b6c39a38a676242969c4d8fb8c7402841739d693 packages: uboot-mxs: do no modify the U-Boot image, copy as-is Signed-off-by: Michael Heimpold SVN-Revision: 47017 --- diff --git a/package/boot/uboot-mxs/Makefile b/package/boot/uboot-mxs/Makefile index a6a137ce43..eee73d27b4 100644 --- a/package/boot/uboot-mxs/Makefile +++ b/package/boot/uboot-mxs/Makefile @@ -77,7 +77,7 @@ endef define Package/uboot/install/default $(INSTALL_DIR) $(BIN_DIR)/uboot-$(BOARD)-$(1) - dd if=$(PKG_BUILD_DIR)/u-boot.sb of=$(BIN_DIR)/uboot-$(BOARD)-$(1)/uboot-$(BOARD)-$(1).sb bs=512 seek=4 + $(CP) $(PKG_BUILD_DIR)/u-boot.sb $(BIN_DIR)/uboot-$(BOARD)-$(1)/uboot-$(BOARD)-$(1).sb endef define Package/uboot/install/template