[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-367-gf0e1f04
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-06-12 19:41:01
|
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 f0e1f04330b22dc4abbdbfb806c499213f88176e (commit)
from 066e9440b6c59014ad3989a6a71df9ef620f3b52 (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 f0e1f04330b22dc4abbdbfb806c499213f88176e
Author: Eric Jarrige <eri...@ar...>
Date: Tue Jun 12 21:42:41 2012 +0200
[UBOOT] pps27: bump to U-Boot 2012.04.01
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/pps_defconfig | 6 +++---
.../{pps-u-boot-2011.12.h => pps-u-boot-2012.04.h} | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
copy buildroot/target/device/armadeus/pps/{pps-u-boot-2011.12.h => pps-u-boot-2012.04.h} (99%)
diff --git a/buildroot/configs/pps_defconfig b/buildroot/configs/pps_defconfig
index 756dfb2..3e4c7f5 100644
--- a/buildroot/configs/pps_defconfig
+++ b/buildroot/configs/pps_defconfig
@@ -72,10 +72,10 @@ BR2_TARGET_ROOTFS_UBIFS_MAXLEBCNT=2047
BR2_TARGET_ROOTFS_UBI=y
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BOARDNAME="apf27"
-BR2_TARGET_UBOOT_CONFIG_HEADER_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-u-boot-2011.12.h"
+BR2_TARGET_UBOOT_CONFIG_HEADER_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-u-boot-2012.04.h"
BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
-BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="ftp://ftp.denx.de/pub/u-boot/u-boot-2011.12.tar.bz2"
-BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR="../patches/u-boot/2011.12"
+BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="ftp://ftp.denx.de/pub/u-boot/u-boot-2012.04.01.tar.bz2"
+BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR="../patches/u-boot/2012.04"
BR2_TARGET_UBOOT_FORMAT_NAND_BIN=y
BR2_TARGET_UBOOT_NETWORK=y
BR2_TARGET_UBOOT_SERVERIP="192.168.0.2"
diff --git a/buildroot/target/device/armadeus/pps/pps-u-boot-2011.12.h b/buildroot/target/device/armadeus/pps/pps-u-boot-2012.04.h
similarity index 99%
copy from buildroot/target/device/armadeus/pps/pps-u-boot-2011.12.h
copy to buildroot/target/device/armadeus/pps/pps-u-boot-2012.04.h
index a5f399e..6a1f199 100644
--- a/buildroot/target/device/armadeus/pps/pps-u-boot-2011.12.h
+++ b/buildroot/target/device/armadeus/pps/pps-u-boot-2012.04.h
@@ -25,7 +25,7 @@
#define CONFIG_VERSION_VARIABLE
#define CONFIG_ENV_VERSION "3.0"
-#define CONFIG_IDENT_STRING " pps patch 3.1"
+#define CONFIG_IDENT_STRING " pps patch 3.3"
#define CONFIG_BOARD_NAME pps
/*
@@ -100,7 +100,7 @@
* Memory configurations
*/
#define CONFIG_NR_DRAM_POPULATED 1
-#define CONFIG_NR_DRAM_BANKS CONFIG_NR_DRAM_POPULATED
+#define CONFIG_NR_DRAM_BANKS 2
#define CONFIG_SYS_SDRAM_MBYTE_SYZE 64
hooks/post-receive
--
armadeus
|