M54451EVB.h (0b5099a8419bf9c828df5e3e2c6878dc300d98e3) | M54451EVB.h (5a1aceb0689e2f731491838970884a673ef7e7d3) |
---|---|
1/* 2 * Configuation settings for the Freescale MCF54451 EVB board. 3 * 4 * Copyright (C) 2004-2008 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. --- 258 unchanged lines hidden (view full) --- 267 */ 268#if defined(CONFIG_CF_SBF) 269# define CONFIG_ENV_IS_IN_SPI_FLASH 1 270# define CFG_ENV_SPI_CS 1 271# define CFG_ENV_OFFSET 0x20000 272# define CFG_ENV_SIZE 0x2000 273# define CFG_ENV_SECT_SIZE 0x10000 274#else | 1/* 2 * Configuation settings for the Freescale MCF54451 EVB board. 3 * 4 * Copyright (C) 2004-2008 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. --- 258 unchanged lines hidden (view full) --- 267 */ 268#if defined(CONFIG_CF_SBF) 269# define CONFIG_ENV_IS_IN_SPI_FLASH 1 270# define CFG_ENV_SPI_CS 1 271# define CFG_ENV_OFFSET 0x20000 272# define CFG_ENV_SIZE 0x2000 273# define CFG_ENV_SECT_SIZE 0x10000 274#else |
275# define CFG_ENV_IS_IN_FLASH 1 | 275# define CONFIG_ENV_IS_IN_FLASH 1 |
276# define CFG_ENV_ADDR (CFG_FLASH_BASE + 0x4000) 277# define CFG_ENV_SECT_SIZE 0x2000 278#endif 279#undef CONFIG_ENV_OVERWRITE 280#undef CFG_ENV_IS_EMBEDDED 281 282/*----------------------------------------------------------------------- 283 * FLASH organization --- 66 unchanged lines hidden --- | 276# define CFG_ENV_ADDR (CFG_FLASH_BASE + 0x4000) 277# define CFG_ENV_SECT_SIZE 0x2000 278#endif 279#undef CONFIG_ENV_OVERWRITE 280#undef CFG_ENV_IS_EMBEDDED 281 282/*----------------------------------------------------------------------- 283 * FLASH organization --- 66 unchanged lines hidden --- |