Skip to content
Snippets Groups Projects
Commit b6c39a38 authored by Zoltan Herpai's avatar Zoltan Herpai
Browse files

packages: uboot-mxs: do no modify the U-Boot image, copy as-is


Signed-off-by: default avatarMichael Heimpold <mhei@heimpold.de>

SVN-Revision: 47017
parent b3819440
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ endef ...@@ -77,7 +77,7 @@ endef
define Package/uboot/install/default define Package/uboot/install/default
$(INSTALL_DIR) $(BIN_DIR)/uboot-$(BOARD)-$(1) $(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 endef
define Package/uboot/install/template define Package/uboot/install/template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment