packages: uboot-mxs: do no modify the U-Boot image, copy as-is
Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 47017
This commit is contained in:
parent
b38194406f
commit
b6c39a38a6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue