[Armadeus-commitlog] SF.net SVN: armadeus: [822] branches/apf2/buildroot/target/device/armadeus/ u-
Brought to you by:
sszy
|
From: <jo...@us...> - 2008-06-08 14:22:41
|
Revision: 822
http://armadeus.svn.sourceforge.net/armadeus/?rev=822&view=rev
Author: jorasse
Date: 2008-06-08 07:22:20 -0700 (Sun, 08 Jun 2008)
Log Message:
-----------
[u-boot] select location of mkimage tool according to u-boot version.
Modified Paths:
--------------
branches/apf2/buildroot/target/device/armadeus/u-boot/u-boot.mk
Modified: branches/apf2/buildroot/target/device/armadeus/u-boot/u-boot.mk
===================================================================
--- branches/apf2/buildroot/target/device/armadeus/u-boot/u-boot.mk 2008-06-08 14:04:22 UTC (rev 821)
+++ branches/apf2/buildroot/target/device/armadeus/u-boot/u-boot.mk 2008-06-08 14:22:20 UTC (rev 822)
@@ -130,7 +130,11 @@
###-----
u-boot: $(BINARIES_DIR)/u-boot.bin $(BINARIES_DIR)/u-boot.brec
+ifneq ($(BR2_TARGET_U-BOOT_NG),)
ln -fs $(U-BOOT_DIR)/scripts/mkimage $(STAGING_DIR)/bin/mkimage
+else #U-BOOT 1.x
+ ln -fs $(U-BOOT_DIR)/tools/mkimage $(STAGING_DIR)/bin/mkimage
+endif
###-----
u-boot-clean:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|