fix gnuk.ld.in adding unit for FLASH_SIZE

This commit is contained in:
NIIBE Yutaka
2013-02-21 17:25:31 +09:00
parent 00fc3d71c1
commit 19e7151837

View File

@@ -33,7 +33,7 @@ __process_stack_size__ = 0x0200;
MEMORY
{
flash0 : org = @ORIGIN@, len = 4k
flash : org = @ORIGIN@+0x1000, len = @FLASH_SIZE@ - 4k
flash : org = @ORIGIN@+0x1000, len = @FLASH_SIZE@k - 4k
ram : org = 0x20000000, len = @MEMORY_SIZE@k
}