Commit 1ce55151c85d068f70317a8d65c61058b891afb4

Authored by Heiko Schocher
1 parent 992742a5b0

[UC101] SRAM now with 2 MB working.

Signed-off-by: Heiko Schocher <hs@denx.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/uc101.h
... ... @@ -297,7 +297,7 @@
297 297  
298 298 /* 8Mbit SRAM @0x80100000 */
299 299 #define CFG_CS1_START CFG_SRAM_BASE
300   -#define CFG_CS1_SIZE 0x00100000
  300 +#define CFG_CS1_SIZE 0x00200000
301 301 #define CFG_CS1_CFG 0x21D00
302 302  
303 303 /* Display H1, Status Inputs, EPLD @0x80600000 8 Bit */