]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Gemini: Fix SRAM/ROM location after memory swap
authorPaulius Zaleckas <paulius.zaleckas@teltonika.lt>
Thu, 28 May 2009 13:42:25 +0000 (16:42 +0300)
committerPaulius Zaleckas <paulius.zaleckas@teltonika.lt>
Thu, 28 May 2009 13:42:25 +0000 (16:42 +0300)
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
arch/arm/mach-gemini/include/mach/hardware.h

index de6752674c056d7248afbff274f739f9d3f44356..213a4fcfeb1cc451f0c7775b36493c9c57070412 100644 (file)
 /*
  * Memory Map definitions
  */
-/* FIXME: Does it really swap SRAM like this? */
 #ifdef CONFIG_GEMINI_MEM_SWAP
 # define GEMINI_DRAM_BASE      0x00000000
-# define GEMINI_SRAM_BASE      0x20000000
+# define GEMINI_SRAM_BASE      0x70000000
 #else
 # define GEMINI_SRAM_BASE      0x00000000
 # define GEMINI_DRAM_BASE      0x10000000