summaryrefslogtreecommitdiffstats
path: root/package/boot
diff options
context:
space:
mode:
authorZoltan Herpai <wigyori@uid0.hu>2015-09-21 21:03:37 +0000
committerZoltan Herpai <wigyori@uid0.hu>2015-09-21 21:03:37 +0000
commitb6c39a38a676242969c4d8fb8c7402841739d693 (patch)
tree94c442d5da0f0a3a5eced910e8e8e352b7b97acf /package/boot
parentb38194406f8a3a3efa9e8d5177212a24af663ce6 (diff)
downloadmaster-31e0f0ae-b6c39a38a676242969c4d8fb8c7402841739d693.tar.gz
master-31e0f0ae-b6c39a38a676242969c4d8fb8c7402841739d693.tar.bz2
master-31e0f0ae-b6c39a38a676242969c4d8fb8c7402841739d693.zip
packages: uboot-mxs: do no modify the U-Boot image, copy as-is
Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 47017
Diffstat (limited to 'package/boot')
-rw-r--r--package/boot/uboot-mxs/Makefile2
1 files changed, 1 insertions, 1 deletions
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