[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-151-ga2b16e4
Brought to you by:
sszy
|
From: Nicolas <th...@us...> - 2012-03-19 08:15:20
|
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 a2b16e451944badef90965a5fd9112077009afe0 (commit)
from 836332cabfa1f1cef885c509afd18cc4f41b0130 (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 a2b16e451944badef90965a5fd9112077009afe0
Author: nicolas <nicolas@nicolas-Studio-1558.(none)>
Date: Mon Mar 19 09:12:15 2012 +0100
[U-BOOT] fix partition size of APF28
-----------------------------------------------------------------------
Summary of changes:
.../device/armadeus/apf28/apf28-u-boot-2011.12.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf28/apf28-u-boot-2011.12.h b/buildroot/target/device/armadeus/apf28/apf28-u-boot-2011.12.h
index d0ca845..aeb6a1b 100644
--- a/buildroot/target/device/armadeus/apf28/apf28-u-boot-2011.12.h
+++ b/buildroot/target/device/armadeus/apf28/apf28-u-boot-2011.12.h
@@ -208,9 +208,9 @@
#define MTDIDS_DEFAULT "nand0=" CONFIG_MTDMAP
#define MTDPARTS_DEFAULT \
"mtdparts=" CONFIG_MTDMAP \
- ":3m(bootloader)ro," \
- "512k(environment)," \
- "512k(redundant-environment)," \
+ ":3M(bootloader)ro," \
+ "512K(environment)," \
+ "512K(redundant-environment)," \
"8M(kernel)," \
"-(rootfs)"
#endif
hooks/post-receive
--
armadeus
|