Gemini: Fix SRAM/ROM location after memory swap
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
This commit is contained in:
@@ -15,10 +15,9 @@
|
|||||||
/*
|
/*
|
||||||
* Memory Map definitions
|
* Memory Map definitions
|
||||||
*/
|
*/
|
||||||
/* FIXME: Does it really swap SRAM like this? */
|
|
||||||
#ifdef CONFIG_GEMINI_MEM_SWAP
|
#ifdef CONFIG_GEMINI_MEM_SWAP
|
||||||
# define GEMINI_DRAM_BASE 0x00000000
|
# define GEMINI_DRAM_BASE 0x00000000
|
||||||
# define GEMINI_SRAM_BASE 0x20000000
|
# define GEMINI_SRAM_BASE 0x70000000
|
||||||
#else
|
#else
|
||||||
# define GEMINI_SRAM_BASE 0x00000000
|
# define GEMINI_SRAM_BASE 0x00000000
|
||||||
# define GEMINI_DRAM_BASE 0x10000000
|
# define GEMINI_DRAM_BASE 0x10000000
|
||||||
|
Reference in New Issue
Block a user