public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/8] ppc4xx: Adjust environment size on neo
@ 2012-04-26 11:49 Dirk Eibach
  2012-04-26 11:49 ` [U-Boot] [PATCH 2/8] ppc4xx: Make gdsys 405ep boards reset more generic Dirk Eibach
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Dirk Eibach @ 2012-04-26 11:49 UTC (permalink / raw)
  To: u-boot

Environment size on neo has to be 0x20000 for compatibilty reasons.

Signed-off-by: Dirk Eibach <eibach@gdsys.de>
---
 include/configs/neo.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/configs/neo.h b/include/configs/neo.h
index 8de5aaf..6559353 100644
--- a/include/configs/neo.h
+++ b/include/configs/neo.h
@@ -150,7 +150,7 @@
 #ifdef CONFIG_ENV_IS_IN_FLASH
 #define CONFIG_ENV_SECT_SIZE	0x20000	/* size of one complete sector		*/
 #define CONFIG_ENV_ADDR		((-CONFIG_SYS_MONITOR_LEN)-CONFIG_ENV_SECT_SIZE)
-#define	CONFIG_ENV_SIZE		0x2000	/* Total Size of Environment Sector	*/
+#define	CONFIG_ENV_SIZE		0x20000	/* Total Size of Environment Sector */
 
 /* Address and size of Redundant Environment Sector	*/
 #define CONFIG_ENV_ADDR_REDUND	(CONFIG_ENV_ADDR-CONFIG_ENV_SECT_SIZE)
-- 
1.7.2.5

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

end of thread, other threads:[~2012-04-26 13:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-26 11:49 [U-Boot] [PATCH 1/8] ppc4xx: Adjust environment size on neo Dirk Eibach
2012-04-26 11:49 ` [U-Boot] [PATCH 2/8] ppc4xx: Make gdsys 405ep boards reset more generic Dirk Eibach
2012-04-26 11:49 ` [U-Boot] [PATCH 3/8] powerpc: Adapt gdsys 405ep boards to platform changes Dirk Eibach
2012-04-26 13:23   ` Stefan Roese
2012-04-26 11:49 ` [U-Boot] [PATCH 4/8] powerpc: Support gdsys dlvision-10g hardware 1.20 Dirk Eibach
2012-04-26 11:49 ` [U-Boot] [PATCH 5/8] Consider CONFIG_ZERO_BOOTDELAY_CHECK when CONFIG_AUTOBOOT_KEYED is set Dirk Eibach
2012-04-26 11:49 ` [U-Boot] [PATCH 6/8] powerpc: Update gdsys board configurations Dirk Eibach
2012-04-26 11:49 ` [U-Boot] [PATCH 7/8] powerpc: Fix typo in gdsys_fpga.h Dirk Eibach
2012-04-26 11:49 ` [U-Boot] [PATCH 8/8] powerpc: Add sdcard and spi boot support to P1022DS Dirk Eibach

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