[Armadeus-commitlog] armadeus branch, master, updated. latestrelease-45-g724719c
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2009-08-28 19:56:00
|
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 724719c3a1ff4ff56a9ec1b090c897fe931707bd (commit)
from d82b96bc12328bcb2a6c93a4d3b51580a868fe23 (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 724719c3a1ff4ff56a9ec1b090c897fe931707bd
Author: Julien Boibessot <jul...@ar...>
Date: Fri Aug 28 21:55:41 2009 +0200
[BUILDROOT] BR2_TARGET_U_BOOT_CONFIG_BOARD was not correctly set
-----------------------------------------------------------------------
Summary of changes:
buildroot/target/device/armadeus/u-boot/u-boot.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/buildroot/target/device/armadeus/u-boot/u-boot.mk b/buildroot/target/device/armadeus/u-boot/u-boot.mk
index fd0aaae..858c8b9 100644
--- a/buildroot/target/device/armadeus/u-boot/u-boot.mk
+++ b/buildroot/target/device/armadeus/u-boot/u-boot.mk
@@ -5,7 +5,7 @@
#############################################################
U_BOOT_BIN=$(BOARD_NAME)-u-boot.bin
-BR2_TARGET_U_BOOT_CONFIG_BOARD=$(BOARD_NAME)
+BR2_TARGET_U_BOOT_CONFIG_BOARD=$(BR2_TARGET_UBOOT_BOARDNAME)_config
ifndef BR2_TARGET_U_BOOT_CONFIG_HEADER_FILE
BR2_TARGET_U_BOOT_CONFIG_HEADER_FILE=$(BOARD_PATH)/$(BOARD_NAME).h
endif
hooks/post-receive
--
armadeus
|