diff options
author | wdenk <wdenk> | 2005-01-09 18:21:42 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-01-09 18:21:42 +0000 |
commit | a562e1bd9d8e10ea2e51d08e66d35a6e1795153b (patch) | |
tree | 225a386c4a9b200dc9d97c22cec7b019d62312fd /include/configs/ep8260.h | |
parent | 30ce5ab043db0b34838ad2d294561992bdb5236a (diff) | |
download | u-boot-imx-a562e1bd9d8e10ea2e51d08e66d35a6e1795153b.zip u-boot-imx-a562e1bd9d8e10ea2e51d08e66d35a6e1795153b.tar.gz u-boot-imx-a562e1bd9d8e10ea2e51d08e66d35a6e1795153b.tar.bz2 |
Patch by Florian Schlote, 08 Sep 2004:
Add support for SenTec-COBRA5272-board (Coldfire).
Diffstat (limited to 'include/configs/ep8260.h')
-rw-r--r-- | include/configs/ep8260.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/configs/ep8260.h b/include/configs/ep8260.h index f14442d..fb335db 100644 --- a/include/configs/ep8260.h +++ b/include/configs/ep8260.h @@ -26,7 +26,7 @@ /* * board/config.h - configuration options, board specific - * + * * "EP8260 H, V.1.1" * - 64M 60x Bus SDRAM * - 32M Local Bus SDRAM @@ -37,7 +37,7 @@ * - 300MHz/133MHz/66MHz * - 64M 60x Bus SDRAM * - 32M Local Bus SDRAM - * - 32M Flash + * - 32M Flash * - 128k NVRAM with RTC */ @@ -104,7 +104,7 @@ #define CFG_FLASH0_SIZE 32 #else #define CFG_FLASH0_BASE 0xFF000000 -#define CFG_FLASH0_SIZE 16 +#define CFG_FLASH0_SIZE 16 #endif /* What should the base address of the secondary FLASH be and how big @@ -127,7 +127,7 @@ * local bus (8260 local bus is NOT cacheable!) */ /* #define CFG_LSDRAM */ -#undef CFG_LSDRAM +#undef CFG_LSDRAM #ifdef CFG_LSDRAM /* What should be the base address of SDRAM DIMM (local bus) and how big is @@ -260,7 +260,7 @@ #ifdef CFG_EP8260_H2 #define CONFIG_BAUDRATE 9600 #else -#define CONFIG_BAUDRATE 115200 +#define CONFIG_BAUDRATE 115200 #endif /* Ethernet MAC address */ @@ -553,9 +553,9 @@ * Watchdog & Bus Monitor Timer max, 60x Bus Monitor enable */ #ifdef CFG_EP8260_H2 -/* TBD: Find out why setting the BMT to 0xff causes the FCC to - * generate TX buffer underrun errors for large packets under - * Linux +/* TBD: Find out why setting the BMT to 0xff causes the FCC to + * generate TX buffer underrun errors for large packets under + * Linux */ #define CFG_SYPCR_BMT 0x00000600 #else |