Moved FireTOS and EmuTOS symbols to the linker script.

This commit is contained in:
Vincent Rivière
2012-10-22 19:01:03 +00:00
parent cb7c4224ea
commit 28093e62b9
3 changed files with 17 additions and 3 deletions

View File

@@ -14,6 +14,11 @@ SECTIONS {
___SDRAM = ABSOLUTE(0x00000000);
___SDRAM_SIZE = ABSOLUTE(0x20000000);
/* Flash components */
__FIRETOS = ABSOLUTE(0xe0400000);
__EMUTOS = ABSOLUTE(0xe0600000);
__EMUTOS_SIZE = ABSOLUTE(0x00100000);
/* VIDEO RAM BASIS */
__VRAM = ABSOLUTE(0x60000000);