[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-100-g90fd795
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2012-03-06 13:58:09
|
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 90fd795873b466b22f441106371122f207834d60 (commit)
from e7b32e7f0925e250ae1bacd2c29f1224c847c3db (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 90fd795873b466b22f441106371122f207834d60
Author: Fabien Marteau <fab...@ar...>
Date: Tue Mar 6 14:55:16 2012 +0100
[buildroot] use CPU_NAME instead of BOARD_NAME in Makefile.in
-----------------------------------------------------------------------
Summary of changes:
buildroot/target/device/armadeus/Makefile.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildroot/target/device/armadeus/Makefile.in b/buildroot/target/device/armadeus/Makefile.in
index ac92305..db1ba66 100644
--- a/buildroot/target/device/armadeus/Makefile.in
+++ b/buildroot/target/device/armadeus/Makefile.in
@@ -13,9 +13,9 @@ LINUX26_KERNEL_NAME:=$(BOARD_NAME)-linux.bin
U_BOOT_TARGET_BIN:=$(BOARD_NAME)-u-boot.bin
# new BR:
ARMADEUS_UBOOT_IMAGE_NAME = $(BOARD_NAME)-u-boot.bin
-ifeq ($(BOARD_NAME),apf9328)
+ifeq ($(BR2_CPU_NAME),imxl)
U_BOOT_BIN=u-boot.bin
-else ifeq ($(BOARD_NAME),apf28)
+else ifeq ($(BR2_CPU_NAME),imx28)
U_BOOT_BIN=u-boot.sb
U_BOOT_TARGET_BIN:=$(BOARD_NAME)-u-boot.sb
ARMADEUS_UBOOT_IMAGE_NAME = $(BOARD_NAME)-u-boot.sb
hooks/post-receive
--
armadeus
|