> -----Original Message----- > From: Holger Brunck [mailto:holger.bru...@keymile.com] > Sent: Wednesday, June 08, 2011 5:13 PM > To: u-boot@lists.denx.de > Cc: Holger Brunck; Valentin Longchamp; Prafulla Wadaskar; Heiko Schocher > Subject: [PATCH v2 1/5] arm/km: remove unneeded define > > CONFIG_ENV_SIZE for NAND was later in this file overwritten > because we have the environment in i2c eeprom, so remove > this define. > > Signed-off-by: Holger Brunck <holger.bru...@keymile.com> > Signed-off-by: Valentin Longchamp <valentin.longch...@keymile.com> > cc: Prafulla Wadaskar <prafu...@marvell.com> > cc: Heiko Schocher <h...@denx.de> > --- > Changes for v2: > - nothing > > include/configs/km/km_arm.h | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h > index 20ee6ea..5b0f1d8 100644 > --- a/include/configs/km/km_arm.h > +++ b/include/configs/km/km_arm.h > @@ -50,7 +50,6 @@ > #include "keymile-common.h" > > #define CONFIG_SYS_TEXT_BASE 0x04000000 /* code address after reloc > */ > -#define CONFIG_ENV_SIZE (128 << 10) /* NAND chip block size > */ > #define CONFIG_SYS_MEMTEST_START 0x00400000 /* 4M */ > #define CONFIG_SYS_MEMTEST_END 0x007fffff /*(_8M -1) */ > #define CONFIG_SYS_LOAD_ADDR 0x00800000 /* default load adr- 8M */ > @@ -215,7 +214,6 @@ int get_scl(void); > #define CONFIG_ENV_EEPROM_IS_ON_I2C > #define CONFIG_SYS_EEPROM_WREN > #define CONFIG_ENV_OFFSET 0x0 /* no bracets! */ > -#undef CONFIG_ENV_SIZE > #define CONFIG_ENV_SIZE (0x2000 - CONFIG_ENV_OFFSET) > #define CONFIG_I2C_ENV_EEPROM_BUS "pca9547:70:d\0" > > --
Applied to u-boot-marvell.git next branch Regards.. Prafulla . . > 1.7.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot