* [U-Boot] [PATCH] ppc4xx: cleanup default environment for AMCC boards
@ 2010-07-23 19:16 Wolfgang Denk
2010-08-08 22:31 ` Wolfgang Denk
2010-08-09 14:03 ` Stefan Roese
0 siblings, 2 replies; 3+ messages in thread
From: Wolfgang Denk @ 2010-07-23 19:16 UTC (permalink / raw)
To: u-boot
None of the AMCC boards uses an embedded environment, so there is no
need to run "saveenv" after updating U-Boot. Drop the redundant
commands from the default environment.
Signed-off-by: Wolfgang Denk <wd@denx.de>
---
include/configs/amcc-common.h | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/include/configs/amcc-common.h b/include/configs/amcc-common.h
index 13a941e..23a859f 100644
--- a/include/configs/amcc-common.h
+++ b/include/configs/amcc-common.h
@@ -278,15 +278,13 @@
"load=tftp 200000 ${u-boot}\0" \
"update=protect off " xstr(CONFIG_SYS_MONITOR_BASE) " FFFFFFFF;" \
"era " xstr(CONFIG_SYS_MONITOR_BASE) " FFFFFFFF;" \
- "cp.b ${fileaddr} " xstr(CONFIG_SYS_MONITOR_BASE) " ${filesize};" \
- "setenv filesize;saveenv\0" \
+ "cp.b ${fileaddr} " xstr(CONFIG_SYS_MONITOR_BASE) " ${filesize}" \
"upd=run load update\0" \
#define CONFIG_AMCC_DEF_ENV_NAND_UPD \
"u-boot-nand=" xstr(CONFIG_HOSTNAME) "/u-boot-nand.bin\0" \
"nload=tftp 200000 ${u-boot-nand}\0" \
- "nupdate=nand erase 0 100000;nand write 200000 0 100000;" \
- "setenv filesize;saveenv\0" \
+ "nupdate=nand erase 0 100000;nand write 200000 0 100000" \
"nupd=run nload nupdate\0"
#endif /* __AMCC_COMMON_H */
--
1.7.1.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] ppc4xx: cleanup default environment for AMCC boards
2010-07-23 19:16 [U-Boot] [PATCH] ppc4xx: cleanup default environment for AMCC boards Wolfgang Denk
@ 2010-08-08 22:31 ` Wolfgang Denk
2010-08-09 14:03 ` Stefan Roese
1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2010-08-08 22:31 UTC (permalink / raw)
To: u-boot
Dear Stefan,
In message <1279912586-7187-1-git-send-email-wd@denx.de> I wrote:
> None of the AMCC boards uses an embedded environment, so there is no
> need to run "saveenv" after updating U-Boot. Drop the redundant
> commands from the default environment.
>
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> ---
> include/configs/amcc-common.h | 6 ++----
> 1 files changed, 2 insertions(+), 4 deletions(-)
Ping...
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
... bacteriological warfare ... hard to believe we were once foolish
enough to play around with that.
-- McCoy, "The Omega Glory", stardate unknown
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] ppc4xx: cleanup default environment for AMCC boards
2010-07-23 19:16 [U-Boot] [PATCH] ppc4xx: cleanup default environment for AMCC boards Wolfgang Denk
2010-08-08 22:31 ` Wolfgang Denk
@ 2010-08-09 14:03 ` Stefan Roese
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2010-08-09 14:03 UTC (permalink / raw)
To: u-boot
On Friday 23 July 2010 21:16:26 Wolfgang Denk wrote:
> None of the AMCC boards uses an embedded environment, so there is no
> need to run "saveenv" after updating U-Boot. Drop the redundant
> commands from the default environment.
Applied to u-boot-ppc4xx/master. Thanks.
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-08-09 14:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-23 19:16 [U-Boot] [PATCH] ppc4xx: cleanup default environment for AMCC boards Wolfgang Denk
2010-08-08 22:31 ` Wolfgang Denk
2010-08-09 14:03 ` Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox