From 990b0904f3ab0b7562832bad825c915af6939a09 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 12 Aug 2013 15:22:22 +0000 Subject: [PATCH] u-boot-panda: Don't install mkimage from this version of u-boot. --- config/rootfiles/common/armv5tel/u-boot-panda | 1 - lfs/u-boot-panda | 2 -- 2 files changed, 3 deletions(-) diff --git a/config/rootfiles/common/armv5tel/u-boot-panda b/config/rootfiles/common/armv5tel/u-boot-panda index 759d41d76f..544d9d7c04 100644 --- a/config/rootfiles/common/armv5tel/u-boot-panda +++ b/config/rootfiles/common/armv5tel/u-boot-panda @@ -1,6 +1,5 @@ #boot/MLO #boot/u-boot.bin -usr/bin/mkimage boot/boot.scr boot/boot.script boot/convert_bootscript diff --git a/lfs/u-boot-panda b/lfs/u-boot-panda index 551fea5269..8441ee625b 100644 --- a/lfs/u-boot-panda +++ b/lfs/u-boot-panda @@ -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/ -- 2.39.2