X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fscripts%2Flpc2378.ld;h=908da102335f8dcb4f70ba34eef2db653297b96f;hb=1a8a2b9b57118be3f52d1261ebefac3875e67bcf;hp=a931b2ea4fd0865be354fed56744f12bce5c275c;hpb=ea6e526ddbf4cf9bb7f72dfd8100fe47775df6f6;p=bertos.git diff --git a/bertos/cpu/arm/scripts/lpc2378.ld b/bertos/cpu/arm/scripts/lpc2378.ld index a931b2ea..908da102 100644 --- a/bertos/cpu/arm/scripts/lpc2378.ld +++ b/bertos/cpu/arm/scripts/lpc2378.ld @@ -39,8 +39,8 @@ MEMORY { - /* last 12k used by the bootloader */ - rom(rx) : org = 0x00000000, len = 512k - 12k + /* last 8k used by the bootloader */ + rom(rx) : org = 0x00000000, len = 512k - 8k /* First 0x200 bytes and last 288 used by bootloader and debugger */ ram(rwx) : org = 0x40000200, len = 32k - 0x200 - 288 } @@ -55,4 +55,4 @@ __eth_ram_start = 0x7FE00000; __eth_ram_size = 16k; __eth_ram_end = __eth_ram_start + __eth_ram_size; -INCLUDE "arm7tdmi.ld" +INCLUDE "bertos/cpu/arm/scripts/arm7tdmi_rom.ld"