Re: [U-Boot-Users] [PATCH] QUAD100HD: Allow the environment to be put into flash.

2008-05-14 Thread Stefan Roese
On Wednesday 14 May 2008, Gary Jennejohn wrote: > After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also > use a redundant environment. > > Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> Applied to quad100hd branch. Thanks. Best regards, Stefan

[U-Boot-Users] [PATCH] QUAD100HD: Allow the environment to be put into flash.

2008-05-14 Thread Gary Jennejohn
After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also use a redundant environment. Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> --- include/configs/quad100hd.h | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/include/configs/quad100hd.h b