mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 18:32:57 +02:00
u-boot-panda: Don't install mkimage from this version of u-boot.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#boot/MLO
|
||||
#boot/u-boot.bin
|
||||
usr/bin/mkimage
|
||||
boot/boot.scr
|
||||
boot/boot.script
|
||||
boot/convert_bootscript
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user