less undefined symbol references
This commit is contained in:
4
flash.lk
4
flash.lk
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user