[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-258-g987dd44
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2011-01-25 22:00:26
|
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 987dd443499c7ca14da4c86a12614f35949c80e2 (commit)
from 018bed243fa1fb6d06459c6dc3e8f3088de31b41 (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 987dd443499c7ca14da4c86a12614f35949c80e2
Author: Eric Jarrige <eri...@ar...>
Date: Tue Jan 25 23:01:23 2011 +0100
[BUILDROOT] 2010.11:Support CONFIG_SYS prefix for macros as define and requested in U-Boot 2010.xx
-----------------------------------------------------------------------
Summary of changes:
...boot-support_config_sys_naming_convention.patch | 24 ++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2010.11/051i-u-boot-support_config_sys_naming_convention.patch
diff --git a/patches/buildroot/2010.11/051i-u-boot-support_config_sys_naming_convention.patch b/patches/buildroot/2010.11/051i-u-boot-support_config_sys_naming_convention.patch
new file mode 100644
index 0000000..51c0052
--- /dev/null
+++ b/patches/buildroot/2010.11/051i-u-boot-support_config_sys_naming_convention.patch
@@ -0,0 +1,24 @@
+Support CONFIG_SYS prefix for macros as define and requested in U-Boot 2010.xx
+coding rules
+
+Signed-off-by: Eric Jarrige <eri...@ar...>
+
+Index: buildroot/boot/u-boot/u-boot.mk
+===================================================================
+--- buildroot.orig/boot/u-boot/u-boot.mk 2011-01-20 23:21:24.000000000 +0100
++++ buildroot/boot/u-boot/u-boot.mk 2011-01-25 22:41:46.000000000 +0100
+@@ -151,10 +151,14 @@ endif
+ ifneq ($(BR2_TARGET_ARMADEUS_SDRAM_SIZE),)
+ $(SED) "s,^#define CFG_SDRAM_MBYTE_SYZE.*,#define CFG_SDRAM_MBYTE_SYZE $(BR2_TARGET_ARMADEUS_SDRAM_SIZE),g;"\
+ $(U_BOOT_INC_CONF_FILE)
++ $(SED) "s,^#define CONFIG_SYS_SDRAM_MBYTE_SYZE.*,#define CONFIG_SYS_SDRAM_MBYTE_SYZE $(BR2_TARGET_ARMADEUS_SDRAM_SIZE),g;"\
++ $(U_BOOT_INC_CONF_FILE)
+ endif
+ ifneq ($(BR2_TARGET_ARMADEUS_NR_SDRAM),)
+ $(SED) "s,^#define CONFIG_NR_DRAM_BANKS.*,#define CONFIG_NR_DRAM_BANKS $(BR2_TARGET_ARMADEUS_NR_SDRAM),g;"\
+ $(U_BOOT_INC_CONF_FILE)
++ $(SED) "s,^#define CONFIG_SYS_NR_DRAM_BANKS.*,#define CONFIG_SYS_NR_DRAM_BANKS $(BR2_TARGET_ARMADEUS_NR_SDRAM),g;"\
++ $(U_BOOT_INC_CONF_FILE)
+ endif
+ touch $@
+
hooks/post-receive
--
armadeus
|