[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-446-g2a1f5d4
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-09-19 13:36:32
|
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 2a1f5d4a52feb5936d676ada9447d71cc1d64afe (commit)
from 011d2a2de48c85d9fcf2670ecbbf493ab23df4f7 (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 2a1f5d4a52feb5936d676ada9447d71cc1d64afe
Author: Eric Jarrige <eri...@ar...>
Date: Thu Sep 19 15:31:55 2013 +0200
[UBOOT] 2013.04: restore command env param compatitbility
-----------------------------------------------------------------------
Summary of changes:
...-restore-command-env-param-compatitbility.patch | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
create mode 100644 patches/u-boot/2013.04/001-restore-command-env-param-compatitbility.patch
diff --git a/patches/u-boot/2013.04/001-restore-command-env-param-compatitbility.patch b/patches/u-boot/2013.04/001-restore-command-env-param-compatitbility.patch
new file mode 100644
index 0000000..6aee8c0
--- /dev/null
+++ b/patches/u-boot/2013.04/001-restore-command-env-param-compatitbility.patch
@@ -0,0 +1,15 @@
+restore command env param compatitbility with legacy U-Boot versions
+
+Signed-off-by: Eric Jarrige <eri...@ar...>
+---
+--- uboot-custom/common/cmd_nvedit.c
++++ uboot-custom/common/cmd_nvedit.c
+@@ -724,7 +724,7 @@ static int do_env_default(cmd_tbl_t *cmd
+ }
+ }
+ debug("Final value for argc=%d\n", argc);
+- if (all && (argc == 0)) {
++ if ((all || (flag & H_FORCE)) && (argc == 0)) {
+ /* Reset the whole environment */
+ set_default_env("## Resetting to default environment\n");
+ return 0;
hooks/post-receive
--
armadeus
|