u-boot-panda: Don't install mkimage from this version of u-boot.

This commit is contained in:
Michael Tremer
2013-08-12 15:22:22 +00:00
parent f06d592af1
commit 990b0904f3
2 changed files with 0 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
#boot/MLO
#boot/u-boot.bin
usr/bin/mkimage
boot/boot.scr
boot/boot.script
boot/convert_bootscript

View File

@@ -76,8 +76,6 @@ dist:
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && make tools $(MAKETUNING)
cd $(DIR_APP) && install tools/mkimage /usr/bin/
cd $(DIR_APP) && make omap4_panda_config
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && install MLO /boot/