less undefined symbol references

This commit is contained in:
Markus Fröschle
2012-10-13 21:22:40 +00:00
parent e50cc71df2
commit b765b4d48d
5 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ MEMORY {
}
SECTIONS {
__Bas_base = 0x1FE00000;
_Bas_base = 0x1FE00000;
/* Board Memory map definitions from linker command files:
* __SDRAM,__SDRAM_SIZE, __CODE_FLASH, __CODE_FLASH_SIZE
@@ -18,7 +18,7 @@ SECTIONS {
___SDRAM_SIZE = ABSOLUTE(0x20000000);
/* VIDEO RAM BASIS */
___VRAM = ABSOLUTE(0x60000000);
__VRAM = ABSOLUTE(0x60000000);
/*
* MCF5475 Derivative Memory map definitions from linker command files: