[Armadeus-commitlog] armadeus branch, master, updated. latestrelease-28-g6214066
Brought to you by:
sszy
|
From: Nicolas <th...@us...> - 2009-08-11 18:05: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 6214066ee09f115442ca4a2f99a74a784f404aba (commit)
from 9f38ed15da88743af6c2133b31694568c5764211 (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 6214066ee09f115442ca4a2f99a74a784f404aba
Author: nicolas colombain <nic...@ar...>
Date: Tue Aug 11 19:59:57 2009 +0200
[TOOLS] fix tickets 43 and 64 concerning ubootrecover bugs
-----------------------------------------------------------------------
Summary of changes:
software/uboot_recover/apf27-u-boot.bin | Bin 220792 -> 220212 bytes
software/uboot_recover/apf27_recover.py | 3 +++
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/software/uboot_recover/apf27-u-boot.bin b/software/uboot_recover/apf27-u-boot.bin
index a2fd7f4..50c9b1c 100644
Binary files a/software/uboot_recover/apf27-u-boot.bin and b/software/uboot_recover/apf27-u-boot.bin differ
diff --git a/software/uboot_recover/apf27_recover.py b/software/uboot_recover/apf27_recover.py
index dcc6bcd..f5e0057 100644
--- a/software/uboot_recover/apf27_recover.py
+++ b/software/uboot_recover/apf27_recover.py
@@ -373,6 +373,9 @@ if __name__ == "__main__":
apfBootloader.initSDRAM1("APF27")
uboot.load()
uboot.waitForPrompt()
+ eraseAll = raw_input('Would you like to erase the environment variables? y/n: ')
+ if eraseAll == 'y':
+ uboot.resetenv()
uboot.flash()
print "uBoot successfully recovered !"
hooks/post-receive
--
armadeus
|