[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.0-50-gc601363
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-09-28 09:45: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 c601363e37816655222f1b25faa6e4c1b451846a (commit)
from fdfaf0b57fe18d548febf3a8d6151f262669205e (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 c601363e37816655222f1b25faa6e4c1b451846a
Author: Eric Jarrige <eri...@ar...>
Date: Fri Sep 28 11:48:16 2012 +0200
[TOOLS] apf51: update uboot_recover with uboot 2012.04.01 patch 1.7
-----------------------------------------------------------------------
Summary of changes:
.../device/armadeus/apf51/apf51-u-boot-2012.04.h | 3 ++-
software/uboot_recover/apf51-u-boot-nand.bin | Bin 0 -> 261224 bytes
software/uboot_recover/apf51-u-boot.bin | Bin 237920 -> 0 bytes
software/uboot_recover/apf51_recover.py | 2 +-
4 files changed, 3 insertions(+), 2 deletions(-)
create mode 100644 software/uboot_recover/apf51-u-boot-nand.bin
delete mode 100644 software/uboot_recover/apf51-u-boot.bin
diff --git a/buildroot/target/device/armadeus/apf51/apf51-u-boot-2012.04.h b/buildroot/target/device/armadeus/apf51/apf51-u-boot-2012.04.h
index 76442ac..0c251a7 100644
--- a/buildroot/target/device/armadeus/apf51/apf51-u-boot-2012.04.h
+++ b/buildroot/target/device/armadeus/apf51/apf51-u-boot-2012.04.h
@@ -86,8 +86,9 @@
*/
#include <config_cmd_default.h>
+#undef CONFIG_CMD_LOADS
#define CONFIG_CMD_ASKENV /* ask for env variable */
-#define CONFIG_CMD_BSP /* Board Specific functions */
+/*#define CONFIG_CMD_BSP*/ /* Board Specific functions */
#define CONFIG_CMD_CACHE /* icache, dcache */
#define CONFIG_CMD_DHCP /* DHCP Support */
/*#define CONFIG_CMD_DNS*/
diff --git a/software/uboot_recover/apf51-u-boot-nand.bin b/software/uboot_recover/apf51-u-boot-nand.bin
new file mode 100644
index 0000000..2f0aa35
Binary files /dev/null and b/software/uboot_recover/apf51-u-boot-nand.bin differ
diff --git a/software/uboot_recover/apf51-u-boot.bin b/software/uboot_recover/apf51-u-boot.bin
deleted file mode 100644
index 6f5b307..0000000
Binary files a/software/uboot_recover/apf51-u-boot.bin and /dev/null differ
diff --git a/software/uboot_recover/apf51_recover.py b/software/uboot_recover/apf51_recover.py
index efb96b4..f56430d 100644
--- a/software/uboot_recover/apf51_recover.py
+++ b/software/uboot_recover/apf51_recover.py
@@ -525,7 +525,7 @@ if __name__ == "__main__":
SPEED = 115200
- BINARY = "apf51-u-boot.bin"
+ BINARY = "apf51-u-boot-nand.bin"
print "\n--- APF51 Bootstrap Tool ---\n"
print "Procedure to follow:"
hooks/post-receive
--
armadeus
|