cobra5272.h (1a247ba7fa5fb09f56892a09a990f03ce564b3e2) | cobra5272.h (5a1aceb0689e2f731491838970884a673ef7e7d3) |
---|---|
1/* 2 * Configuation settings for the Sentec Cobra Board. 3 * 4 * (C) Copyright 2003 Josef Baumgartner <josef.baumgartner@telex.de> 5 * 6 * See file CREDITS for list of people who contributed to this 7 * project. 8 * --- 112 unchanged lines hidden (view full) --- 121 * Configuration for environment 122 * Environment is embedded in u-boot in the second sector of the flash 123 * --- 124 */ 125 126#ifndef CONFIG_MONITOR_IS_IN_RAM 127#define CFG_ENV_OFFSET 0x4000 128#define CFG_ENV_SECT_SIZE 0x2000 | 1/* 2 * Configuation settings for the Sentec Cobra Board. 3 * 4 * (C) Copyright 2003 Josef Baumgartner <josef.baumgartner@telex.de> 5 * 6 * See file CREDITS for list of people who contributed to this 7 * project. 8 * --- 112 unchanged lines hidden (view full) --- 121 * Configuration for environment 122 * Environment is embedded in u-boot in the second sector of the flash 123 * --- 124 */ 125 126#ifndef CONFIG_MONITOR_IS_IN_RAM 127#define CFG_ENV_OFFSET 0x4000 128#define CFG_ENV_SECT_SIZE 0x2000 |
129#define CFG_ENV_IS_IN_FLASH 1 | 129#define CONFIG_ENV_IS_IN_FLASH 1 |
130#define CFG_ENV_IS_EMBEDDED 1 131#else 132#define CFG_ENV_ADDR 0xffe04000 133#define CFG_ENV_SECT_SIZE 0x2000 | 130#define CFG_ENV_IS_EMBEDDED 1 131#else 132#define CFG_ENV_ADDR 0xffe04000 133#define CFG_ENV_SECT_SIZE 0x2000 |
134#define CFG_ENV_IS_IN_FLASH 1 | 134#define CONFIG_ENV_IS_IN_FLASH 1 |
135#endif 136 137 138/* 139 * BOOTP options 140 */ 141#define CONFIG_BOOTP_BOOTFILESIZE 142#define CONFIG_BOOTP_BOOTPATH --- 249 unchanged lines hidden --- | 135#endif 136 137 138/* 139 * BOOTP options 140 */ 141#define CONFIG_BOOTP_BOOTFILESIZE 142#define CONFIG_BOOTP_BOOTPATH --- 249 unchanged lines hidden --- |