M5275EVB.h (eec567a67e00d1ed8d941e9098b7d421f4091abf) | M5275EVB.h (5a1aceb0689e2f731491838970884a673ef7e7d3) |
---|---|
1/* 2 * Configuation settings for the Motorola MC5275EVB board. 3 * 4 * By Arthur Shipkowski <art@videon-central.com> 5 * Copyright (C) 2005 Videon Central, Inc. 6 * 7 * Based off of M5272C3 board code by Josef Baumgartner 8 * <josef.baumgartner@telex.de> --- 40 unchanged lines hidden (view full) --- 49#define CFG_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } 50 51/* Configuration for environment 52 * Environment is embedded in u-boot in the second sector of the flash 53 */ 54#ifndef CONFIG_MONITOR_IS_IN_RAM 55#define CFG_ENV_OFFSET 0x4000 56#define CFG_ENV_SECT_SIZE 0x2000 | 1/* 2 * Configuation settings for the Motorola MC5275EVB board. 3 * 4 * By Arthur Shipkowski <art@videon-central.com> 5 * Copyright (C) 2005 Videon Central, Inc. 6 * 7 * Based off of M5272C3 board code by Josef Baumgartner 8 * <josef.baumgartner@telex.de> --- 40 unchanged lines hidden (view full) --- 49#define CFG_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 } 50 51/* Configuration for environment 52 * Environment is embedded in u-boot in the second sector of the flash 53 */ 54#ifndef CONFIG_MONITOR_IS_IN_RAM 55#define CFG_ENV_OFFSET 0x4000 56#define CFG_ENV_SECT_SIZE 0x2000 |
57#define CFG_ENV_IS_IN_FLASH 1 | 57#define CONFIG_ENV_IS_IN_FLASH 1 |
58#define CFG_ENV_IS_EMBEDDED 1 59#else 60#define CFG_ENV_ADDR 0xffe04000 61#define CFG_ENV_SECT_SIZE 0x2000 | 58#define CFG_ENV_IS_EMBEDDED 1 59#else 60#define CFG_ENV_ADDR 0xffe04000 61#define CFG_ENV_SECT_SIZE 0x2000 |
62#define CFG_ENV_IS_IN_FLASH 1 | 62#define CONFIG_ENV_IS_IN_FLASH 1 |
63#endif 64 65/* 66 * BOOTP options 67 */ 68#define CONFIG_BOOTP_BOOTFILESIZE 69#define CONFIG_BOOTP_BOOTPATH 70#define CONFIG_BOOTP_GATEWAY --- 157 unchanged lines hidden --- | 63#endif 64 65/* 66 * BOOTP options 67 */ 68#define CONFIG_BOOTP_BOOTFILESIZE 69#define CONFIG_BOOTP_BOOTPATH 70#define CONFIG_BOOTP_GATEWAY --- 157 unchanged lines hidden --- |