diff mbox

[U-Boot,v2,1/6] powerpc/ppc4xx: Adjust environment size on neo

Message ID 1335448466-21051-2-git-send-email-eibach@gdsys.de
State Awaiting Upstream
Delegated to: Stefan Roese
Headers show

Commit Message

Dirk Eibach April 26, 2012, 1:54 p.m. UTC
Environment size on neo has to be 0x20000 for compatibilty reasons.

Signed-off-by: Dirk Eibach <eibach@gdsys.de>
Cc: Stefan Roese <sr@denx.de>
---
Changes in v2:
- add Cc
- split up original patch series

 include/configs/neo.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Stefan Roese April 30, 2012, 1:10 p.m. UTC | #1
On Thursday 26 April 2012 15:54:21 Dirk Eibach wrote:
> Environment size on neo has to be 0x20000 for compatibilty reasons.

Patch series (1...6) applied to u-boot-ppc4xx/master.

Thanks,
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@denx.de
diff mbox

Patch

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)