M5373EVB.h (becbbc7b2a1be44d38779c80ce94fb20e5e13f12) M5373EVB.h (5a1aceb0689e2f731491838970884a673ef7e7d3)
1/*
2 * Configuation settings for the Freescale MCF5373 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.

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

225
226#define CFG_FLASH_BASE CFG_CS0_BASE
227
228/* Configuration for environment
229 * Environment is embedded in u-boot in the second sector of the flash
230 */
231#define CFG_ENV_OFFSET 0x4000
232#define CFG_ENV_SECT_SIZE 0x2000
1/*
2 * Configuation settings for the Freescale MCF5373 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.

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

225
226#define CFG_FLASH_BASE CFG_CS0_BASE
227
228/* Configuration for environment
229 * Environment is embedded in u-boot in the second sector of the flash
230 */
231#define CFG_ENV_OFFSET 0x4000
232#define CFG_ENV_SECT_SIZE 0x2000
233#define CFG_ENV_IS_IN_FLASH 1
233#define CONFIG_ENV_IS_IN_FLASH 1
234#define CFG_ENV_IS_EMBEDDED 1
235
236/*-----------------------------------------------------------------------
237 * Cache Configuration
238 */
239#define CFG_CACHELINE_SIZE 16
240
241/*-----------------------------------------------------------------------

--- 25 unchanged lines hidden ---
234#define CFG_ENV_IS_EMBEDDED 1
235
236/*-----------------------------------------------------------------------
237 * Cache Configuration
238 */
239#define CFG_CACHELINE_SIZE 16
240
241/*-----------------------------------------------------------------------

--- 25 unchanged lines hidden ---