diff options
| author | Heiko Schocher <hs@denx.de> | 2007-11-13 07:50:29 +0100 | 
|---|---|---|
| committer | Heiko Schocher <hs@denx.de> | 2007-11-13 07:50:29 +0100 | 
| commit | 1ce55151c85d068f70317a8d65c61058b891afb4 (patch) | |
| tree | 1a3f9b1388fe6c93952382419bd1fb0493412875 /include/configs/uc101.h | |
| parent | 992742a5b09d9040adbd156fb90756af66ade310 (diff) | |
| download | olio-uboot-2014.01-1ce55151c85d068f70317a8d65c61058b891afb4.tar.xz olio-uboot-2014.01-1ce55151c85d068f70317a8d65c61058b891afb4.zip | |
[UC101] SRAM now with 2 MB working.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/uc101.h')
| -rw-r--r-- | include/configs/uc101.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/uc101.h b/include/configs/uc101.h index aed80ec1e..81df1419f 100644 --- a/include/configs/uc101.h +++ b/include/configs/uc101.h @@ -297,7 +297,7 @@  /* 8Mbit SRAM @0x80100000 */  #define CFG_CS1_START		CFG_SRAM_BASE -#define CFG_CS1_SIZE		0x00100000 +#define CFG_CS1_SIZE		0x00200000  #define CFG_CS1_CFG		0x21D00  /* Display H1, Status Inputs, EPLD @0x80600000 8 Bit */ |