[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-405-g6bedf4f
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-06-20 22:31:25
|
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 6bedf4f68a566b653e0db8e75490c4e7b84efd93 (commit)
from cb7bad506bb64b527cab0a0737e82945d10b02a1 (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 6bedf4f68a566b653e0db8e75490c4e7b84efd93
Author: Eric Jarrige <eri...@ar...>
Date: Thu Jun 21 00:33:30 2012 +0200
[UBOOT] apf9328: update nfs boot script to download linux kernel from the NFS server
-----------------------------------------------------------------------
Summary of changes:
.../armadeus/apf9328/apf9328-u-boot-2012.04.h | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf9328/apf9328-u-boot-2012.04.h b/buildroot/target/device/armadeus/apf9328/apf9328-u-boot-2012.04.h
index e85d1f0..ff052a1 100644
--- a/buildroot/target/device/armadeus/apf9328/apf9328-u-boot-2012.04.h
+++ b/buildroot/target/device/armadeus/apf9328/apf9328-u-boot-2012.04.h
@@ -23,8 +23,8 @@
#define __CONFIG_H
#define CONFIG_VERSION_VARIABLE
-#define CONFIG_ENV_VERSION "5.1"
-#define CONFIG_IDENT_STRING " apf9328 patch 5.4"
+#define CONFIG_ENV_VERSION "5.2"
+#define CONFIG_IDENT_STRING " apf9328 patch 5.5"
#define CONFIG_BOARD_NAME apf9328
/*
@@ -207,7 +207,9 @@
"${hostname}:eth0:off \0" \
"nfsboot=setenv bootargs console=${consoledev},${baudrate} " \
"${mtdparts}; run addnfsargs addipargs; " \
- "bootm ${kernel_addr}\0" \
+ "nfs ${loadaddr} " \
+ "${serverip}:${rootpath}/boot/${board_name}-linux.bin;" \
+ "bootm ${loadaddr}\0" \
"jffsboot=setenv bootargs console=${consoledev},${baudrate} " \
"${mtdparts}; run addjffsargs addipargs; " \
"bootm ${kernel_addr}\0" \
hooks/post-receive
--
armadeus
|