M5235EVB.h (eec567a67e00d1ed8d941e9098b7d421f4091abf) | M5235EVB.h (5a1aceb0689e2f731491838970884a673ef7e7d3) |
---|---|
1/* 2 * Configuation settings for the Freescale MCF5329 FireEngine board. 3 * 4 * Copyright (C) 2004-2007 Freescale Semiconductor, Inc. 5 * TsiChung Liew (Tsi-Chung.Liew@freescale.com) 6 * 7 * See file CREDITS for list of people who contributed to this 8 * project. --- 206 unchanged lines hidden (view full) --- 215# define CFG_FLASH_PROTECTION /* "Real" (hardware) sectors protection */ 216#endif 217 218#define CFG_FLASH_BASE (CFG_CS0_BASE << 16) 219 220/* Configuration for environment 221 * Environment is embedded in u-boot in the second sector of the flash 222 */ | 1/* 2 * Configuation settings for the Freescale MCF5329 FireEngine board. 3 * 4 * Copyright (C) 2004-2007 Freescale Semiconductor, Inc. 5 * TsiChung Liew (Tsi-Chung.Liew@freescale.com) 6 * 7 * See file CREDITS for list of people who contributed to this 8 * project. --- 206 unchanged lines hidden (view full) --- 215# define CFG_FLASH_PROTECTION /* "Real" (hardware) sectors protection */ 216#endif 217 218#define CFG_FLASH_BASE (CFG_CS0_BASE << 16) 219 220/* Configuration for environment 221 * Environment is embedded in u-boot in the second sector of the flash 222 */ |
223#define CFG_ENV_IS_IN_FLASH 1 | 223#define CONFIG_ENV_IS_IN_FLASH 1 |
224#define CFG_ENV_IS_EMBEDDED 1 225#ifdef NORFLASH_PS32BIT 226# define CFG_ENV_OFFSET (0x8000) 227# define CFG_ENV_SIZE 0x4000 228# define CFG_ENV_SECT_SIZE 0x4000 229#else 230# define CFG_ENV_OFFSET (0x4000) 231# define CFG_ENV_SIZE 0x2000 --- 32 unchanged lines hidden --- | 224#define CFG_ENV_IS_EMBEDDED 1 225#ifdef NORFLASH_PS32BIT 226# define CFG_ENV_OFFSET (0x8000) 227# define CFG_ENV_SIZE 0x4000 228# define CFG_ENV_SECT_SIZE 0x4000 229#else 230# define CFG_ENV_OFFSET (0x4000) 231# define CFG_ENV_SIZE 0x2000 --- 32 unchanged lines hidden --- |