Skip to content

Commit

Permalink
Gemini: Fix SRAM/ROM location after memory swap
Browse files Browse the repository at this point in the history
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
  • Loading branch information
Paulius Zaleckas committed May 28, 2009
1 parent f49afbb commit 67a433c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm/mach-gemini/include/mach/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
/*
* 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
Expand Down

0 comments on commit 67a433c

Please sign in to comment.