[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-155-gae37a13
Brought to you by:
sszy
|
From: Nicolas <th...@us...> - 2010-12-06 13:38:05
|
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 ae37a1338709079ad182c6a5e254905a9d905510 (commit)
from 9c22e76d25397855e9ad1b827fa4a669440f3b77 (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 ae37a1338709079ad182c6a5e254905a9d905510
Author: nicolas colombain <nic...@ar...>
Date: Mon Dec 6 14:37:46 2010 +0100
[U-BOOT] APF51: remove cleanmarker when using UBI images
-----------------------------------------------------------------------
Summary of changes:
.../device/armadeus/apf51/apf51-u-boot-2010.03.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf51/apf51-u-boot-2010.03.h b/buildroot/target/device/armadeus/apf51/apf51-u-boot-2010.03.h
index a62d1ba..a428a38 100644
--- a/buildroot/target/device/armadeus/apf51/apf51-u-boot-2010.03.h
+++ b/buildroot/target/device/armadeus/apf51/apf51-u-boot-2010.03.h
@@ -198,7 +198,7 @@
"then echo Flashing of kernel succeed;" \
"else echo Flashing of kernel failed;" \
"fi\0" \
- "flash_rootfs=nand erase clean ${rootfs_offset} ${rootfs_len};" \
+ "flash_rootfs=nand erase ${rootfs_offset} ${rootfs_len};" \
"if nand write.jffs2 ${fileaddr} ${rootfs_offset} ${filesize};"\
"then echo Flashing of rootfs succeed;" \
"else echo Flashing of rootfs failed;" \
@@ -508,7 +508,7 @@
#define CONFIG_ENV_IS_IN_NAND 1
#define CONFIG_ENV_OFFSET 0x00100000 /* NAND offset address for now*/
#define CONFIG_ENV_SIZE 0x00020000 /* 128kB */
-#define CONFIG_ENV_RANGE 0X00100000 /* 1MB ( 8 flash blocks ) */
+#define CONFIG_ENV_RANGE 0x00100000 /* 1MB ( 8 flash blocks ) */
#define CONFIG_ENV_OVERWRITE 1 /* env is writable now */
#define CONFIG_FIRMWARE_OFFSET 0x00200000
#define CONFIG_FIRMWARE_LEN 0x00100000 /* 1MB ( 8 flash blocks ) */
hooks/post-receive
--
armadeus
|