[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-255-gcbd92a0
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2010-03-22 22:29:39
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via cbd92a077dde9804513a86424c249c941d7c9e1e (commit)
from aeabb3b33a5e7c67cf604c6fbcd689ab89da3d54 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cbd92a077dde9804513a86424c249c941d7c9e1e
Author: jorasse <jo...@ar...>
Date: Mon Mar 22 23:29:02 2010 +0100
[U-Boot] update rules to generate U-Boot binary files
-----------------------------------------------------------------------
Summary of changes:
.../target/device/armadeus/apf9328/Makefile.in | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf9328/Makefile.in b/buildroot/target/device/armadeus/apf9328/Makefile.in
index a6e01f7..505d2b3 100644
--- a/buildroot/target/device/armadeus/apf9328/Makefile.in
+++ b/buildroot/target/device/armadeus/apf9328/Makefile.in
@@ -1,4 +1,7 @@
TARGETS+=u-boot-brec
-ifneq ($(BR2_VERSION),"0.10.0-svn")
+ifeq ($(BR2_VERSION),"0.10.0-svn")
+U_BOOT_BINLOC=u-boot.bin
+else
+U_BOOT_BIN=u-boot.bin
U_BOOT_TARGET_BIN:=$(BOARD_NAME)-u-boot.bin
endif
hooks/post-receive
--
armadeus
|