public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/6 v2] 82xx, mgcoge: fix environment sector size
@ 2009-03-12  6:37 Heiko Schocher
  2009-03-18 19:48 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Schocher @ 2009-03-12  6:37 UTC (permalink / raw)
  To: u-boot

Size of one environment sector is 0x20000.

Signed-off-by: Heiko Schocher <hs@denx.de>
---
 include/configs/mgcoge.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/configs/mgcoge.h b/include/configs/mgcoge.h
index 79c7050..8f3a420 100644
--- a/include/configs/mgcoge.h
+++ b/include/configs/mgcoge.h
@@ -145,7 +145,7 @@
 #define CONFIG_ENV_IS_IN_FLASH

 #ifdef CONFIG_ENV_IS_IN_FLASH
-#define CONFIG_ENV_SECT_SIZE	0x4000
+#define CONFIG_ENV_SECT_SIZE	0x20000
 #define CONFIG_ENV_ADDR		(CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
 #define CONFIG_ENV_OFFSET	CONFIG_SYS_MONITOR_LEN

-- 
1.6.0.6

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH 1/6 v2] 82xx, mgcoge: fix environment sector size
  2009-03-12  6:37 [U-Boot] [PATCH 1/6 v2] 82xx, mgcoge: fix environment sector size Heiko Schocher
@ 2009-03-18 19:48 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2009-03-18 19:48 UTC (permalink / raw)
  To: u-boot

Dear Heiko Schocher,

In message <49B8AD97.906@denx.de> you wrote:
> Size of one environment sector is 0x20000.
> 
> Signed-off-by: Heiko Schocher <hs@denx.de>
> ---
>  include/configs/mgcoge.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/include/configs/mgcoge.h b/include/configs/mgcoge.h
> index 79c7050..8f3a420 100644
> --- a/include/configs/mgcoge.h
> +++ b/include/configs/mgcoge.h
> @@ -145,7 +145,7 @@
>  #define CONFIG_ENV_IS_IN_FLASH
> 
>  #ifdef CONFIG_ENV_IS_IN_FLASH
> -#define CONFIG_ENV_SECT_SIZE	0x4000
> +#define CONFIG_ENV_SECT_SIZE	0x20000
>  #define CONFIG_ENV_ADDR		(CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
>  #define CONFIG_ENV_OFFSET	CONFIG_SYS_MONITOR_LEN

Applied, thanks.

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
Anything free is worth what you pay for it.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-18 19:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-12  6:37 [U-Boot] [PATCH 1/6 v2] 82xx, mgcoge: fix environment sector size Heiko Schocher
2009-03-18 19:48 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox