integratorcp.h (650a9e7abc44ce1ce73d6668eaf0ba2d6b8025e9) | integratorcp.h (5a1aceb0689e2f731491838970884a673ef7e7d3) |
---|---|
1/* 2 * (C) Copyright 2003 3 * Texas Instruments. 4 * Kshitij Gupta <kshitij@ti.com> 5 * Configuation settings for the TI OMAP Innovator board. 6 * 7 * (C) Copyright 2004 8 * ARM Ltd. --- 149 unchanged lines hidden (view full) --- 158#define CFG_FLASH_BASE 0x24000000 159#define CFG_MAX_FLASH_SECT 64 160#define CFG_MAX_FLASH_BANKS 1 /* max number of memory banks */ 161#define PHYS_FLASH_SIZE 0x01000000 /* 16MB */ 162#define CFG_FLASH_ERASE_TOUT (2*CFG_HZ) /* Timeout for Flash Erase */ 163#define CFG_FLASH_WRITE_TOUT (2*CFG_HZ) /* Timeout for Flash Write */ 164 165#define CFG_MONITOR_LEN 0x00100000 | 1/* 2 * (C) Copyright 2003 3 * Texas Instruments. 4 * Kshitij Gupta <kshitij@ti.com> 5 * Configuation settings for the TI OMAP Innovator board. 6 * 7 * (C) Copyright 2004 8 * ARM Ltd. --- 149 unchanged lines hidden (view full) --- 158#define CFG_FLASH_BASE 0x24000000 159#define CFG_MAX_FLASH_SECT 64 160#define CFG_MAX_FLASH_BANKS 1 /* max number of memory banks */ 161#define PHYS_FLASH_SIZE 0x01000000 /* 16MB */ 162#define CFG_FLASH_ERASE_TOUT (2*CFG_HZ) /* Timeout for Flash Erase */ 163#define CFG_FLASH_WRITE_TOUT (2*CFG_HZ) /* Timeout for Flash Write */ 164 165#define CFG_MONITOR_LEN 0x00100000 |
166#define CFG_ENV_IS_IN_FLASH (1) | 166#define CONFIG_ENV_IS_IN_FLASH 1 |
167 168/* 169 * Move up the U-Boot & monitor area if more flash is fitted. 170 * If this U-Boot is to be run on Integrators with varying flash sizes, 171 * drivers/mtd/cfi_flash.c::flash_init() can read the Integrator CP_FLASHPROG 172 * register and dynamically assign CFG_ENV_ADDR & CFG_MONITOR_BASE 173 * - CFG_MONITOR_BASE is set to indicate that the environment is not 174 * embedded in the boot monitor(s) area --- 80 unchanged lines hidden --- | 167 168/* 169 * Move up the U-Boot & monitor area if more flash is fitted. 170 * If this U-Boot is to be run on Integrators with varying flash sizes, 171 * drivers/mtd/cfi_flash.c::flash_init() can read the Integrator CP_FLASHPROG 172 * register and dynamically assign CFG_ENV_ADDR & CFG_MONITOR_BASE 173 * - CFG_MONITOR_BASE is set to indicate that the environment is not 174 * embedded in the boot monitor(s) area --- 80 unchanged lines hidden --- |