M5475EVB.h (454e725b3a9537b7f273bbd0cbca180f23a7a6e8) M5475EVB.h (5a1aceb0689e2f731491838970884a673ef7e7d3)
1/*
2 * Configuation settings for the Freescale MCF5475 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.

--- 265 unchanged lines hidden (view full) ---

274#endif
275#endif
276
277/* Configuration for environment
278 * Environment is embedded in u-boot in the second sector of the flash
279 */
280#define CFG_ENV_OFFSET 0x2000
281#define CFG_ENV_SECT_SIZE 0x2000
1/*
2 * Configuation settings for the Freescale MCF5475 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.

--- 265 unchanged lines hidden (view full) ---

274#endif
275#endif
276
277/* Configuration for environment
278 * Environment is embedded in u-boot in the second sector of the flash
279 */
280#define CFG_ENV_OFFSET 0x2000
281#define CFG_ENV_SECT_SIZE 0x2000
282#define CFG_ENV_IS_IN_FLASH 1
282#define CONFIG_ENV_IS_IN_FLASH 1
283#define CFG_ENV_IS_EMBEDDED 1
284
285/*-----------------------------------------------------------------------
286 * Cache Configuration
287 */
288#define CFG_CACHELINE_SIZE 16
289
290/*-----------------------------------------------------------------------

--- 21 unchanged lines hidden ---
283#define CFG_ENV_IS_EMBEDDED 1
284
285/*-----------------------------------------------------------------------
286 * Cache Configuration
287 */
288#define CFG_CACHELINE_SIZE 16
289
290/*-----------------------------------------------------------------------

--- 21 unchanged lines hidden ---