diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/NETPHONE.h | 4 | ||||
| -rw-r--r-- | include/configs/NETTA.h | 4 | ||||
| -rw-r--r-- | include/configs/NETVIA.h | 4 | ||||
| -rw-r--r-- | include/configs/cogent_mpc8xx.h | 4 | ||||
| -rw-r--r-- | include/configs/quantum.h | 4 | 
5 files changed, 7 insertions, 13 deletions
| diff --git a/include/configs/NETPHONE.h b/include/configs/NETPHONE.h index 04f0f0bc5..88339ac0a 100644 --- a/include/configs/NETPHONE.h +++ b/include/configs/NETPHONE.h @@ -1,5 +1,5 @@  /* - * (C) Copyright 2000-2004 + * (C) Copyright 2000-2010   * Wolfgang Denk, DENX Software Engineering, wd@denx.de.   *   * See file CREDITS for list of people who contributed to this @@ -220,11 +220,9 @@  #define CONFIG_ENV_SECT_SIZE	0x10000  #define	CONFIG_ENV_ADDR		(CONFIG_SYS_FLASH_BASE + 0x60000) -#define CONFIG_ENV_OFFSET		0  #define	CONFIG_ENV_SIZE		0x4000  #define CONFIG_ENV_ADDR_REDUND	(CONFIG_SYS_FLASH_BASE + 0x70000) -#define CONFIG_ENV_OFFSET_REDUND	0  #define CONFIG_ENV_SIZE_REDUND	CONFIG_ENV_SIZE  /*----------------------------------------------------------------------- diff --git a/include/configs/NETTA.h b/include/configs/NETTA.h index 795c0f61f..bdc93b6f1 100644 --- a/include/configs/NETTA.h +++ b/include/configs/NETTA.h @@ -1,5 +1,5 @@  /* - * (C) Copyright 2000-2004 + * (C) Copyright 2000-2010   * Wolfgang Denk, DENX Software Engineering, wd@denx.de.   *   * See file CREDITS for list of people who contributed to this @@ -224,11 +224,9 @@  #define CONFIG_ENV_SECT_SIZE	0x10000  #define	CONFIG_ENV_ADDR		(CONFIG_SYS_FLASH_BASE + 0x60000) -#define CONFIG_ENV_OFFSET		0  #define	CONFIG_ENV_SIZE		0x4000  #define CONFIG_ENV_ADDR_REDUND	(CONFIG_SYS_FLASH_BASE + 0x70000) -#define CONFIG_ENV_OFFSET_REDUND	0  #define CONFIG_ENV_SIZE_REDUND	CONFIG_ENV_SIZE  /*----------------------------------------------------------------------- diff --git a/include/configs/NETVIA.h b/include/configs/NETVIA.h index a92e3a626..3494b7acd 100644 --- a/include/configs/NETVIA.h +++ b/include/configs/NETVIA.h @@ -1,5 +1,5 @@  /* - * (C) Copyright 2000 + * (C) Copyright 2000-2010   * Wolfgang Denk, DENX Software Engineering, wd@denx.de.   *   * See file CREDITS for list of people who contributed to this @@ -192,11 +192,9 @@  #define CONFIG_ENV_SECT_SIZE	0x10000  #define	CONFIG_ENV_ADDR		(CONFIG_SYS_FLASH_BASE + 0x60000) -#define CONFIG_ENV_OFFSET		0  #define	CONFIG_ENV_SIZE		0x4000  #define CONFIG_ENV_ADDR_REDUND	(CONFIG_SYS_FLASH_BASE + 0x70000) -#define CONFIG_ENV_OFFSET_REDUND	0  #define CONFIG_ENV_SIZE_REDUND	CONFIG_ENV_SIZE  /*----------------------------------------------------------------------- diff --git a/include/configs/cogent_mpc8xx.h b/include/configs/cogent_mpc8xx.h index 3ee4a40a3..58aa88b7b 100644 --- a/include/configs/cogent_mpc8xx.h +++ b/include/configs/cogent_mpc8xx.h @@ -1,5 +1,5 @@  /* - * (C) Copyright 2000 + * (C) Copyright 2000-2010   * Murray Jensen <Murray.Jensen@cmst.csiro.au>   *   * See file CREDITS for list of people who contributed to this @@ -80,7 +80,7 @@  #define CONFIG_CMD_I2C  #undef CONFIG_CMD_NET - +#undef CONFIG_CMD_NFS  #if 0  #define CONFIG_BOOTDELAY	-1	/* autoboot disabled		*/ diff --git a/include/configs/quantum.h b/include/configs/quantum.h index 0ebb09408..3ff80d286 100644 --- a/include/configs/quantum.h +++ b/include/configs/quantum.h @@ -1,5 +1,5 @@  /* - * (C) Copyright 2003-2005 + * (C) Copyright 2003-2010   * Wolfgang Denk, DENX Software Engineering, wd@denx.de.   *   * See file CREDITS for list of people who contributed to this @@ -210,7 +210,7 @@  #define CONFIG_SYS_FLASH_WRITE_TOUT	500	/* Timeout for Flash Write (in ms)	*/  #define CONFIG_ENV_IS_IN_FLASH	1 -#define CONFIG_ENV_OFFSET	    0x00F40000	/*   Offset   of Environment Sector	absolute address 0xfff40000*/ +#define CONFIG_ENV_OFFSET	    0x00040000	/*   Offset   of Environment Sector	absolute address 0xfff40000*/  #define CONFIG_ENV_SECT_SIZE	0x40000	/* Total Size of Environment Sector	*/  #define CONFIG_ENV_SIZE		CONFIG_ENV_SECT_SIZE  #define CONFIG_ENV_ADDR		(CONFIG_SYS_FLASH_BASE + CONFIG_ENV_OFFSET) |