[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-228-g993376f
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-03-29 11:50:33
|
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 993376f8aad315ae3a374e1fe6b964dbb12dc6e7 (commit)
from f59ec0489354dd4be9d5cfa404138fec919daff2 (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 993376f8aad315ae3a374e1fe6b964dbb12dc6e7
Author: Eric Jarrige <eri...@ar...>
Date: Thu Mar 29 14:01:33 2012 +0200
[BUILDROOT] Fix build of the UBoot binary image
-----------------------------------------------------------------------
Summary of changes:
buildroot/target/device/armadeus/Makefile.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/buildroot/target/device/armadeus/Makefile.in b/buildroot/target/device/armadeus/Makefile.in
index c92cc6c..81a3964 100644
--- a/buildroot/target/device/armadeus/Makefile.in
+++ b/buildroot/target/device/armadeus/Makefile.in
@@ -9,11 +9,13 @@ ARMADEUS_LINUX_IMAGE_NAME:=$(BOARD_NAME)-linux.bin
# for old BR:
LINUX26_KERNEL_NAME:=$(BOARD_NAME)-linux.bin
+U_BOOT_TARGET_BIN:=$(BOARD_NAME)-u-boot.bin
ifeq ($(CPU_NAME),imxl)
U_BOOT_BIN=u-boot.bin
else ifeq ($(CPU_NAME),imx28)
U_BOOT_BIN=u-boot.sb
UBOOT_MAKE_TARGET:=${U_BOOT_BIN}
+U_BOOT_TARGET_BIN:=$(BOARD_NAME)-u-boot.sb
else
U_BOOT_BIN=u-boot-nand.bin
UBOOT_MAKE_TARGET:=${U_BOOT_BIN}
hooks/post-receive
--
armadeus
|