Set correct boot size in order to gain some flash.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 21 Jun 2010 17:14:12 +0000 (17:14 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 21 Jun 2010 17:14:12 +0000 (17:14 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3928 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/arm/scripts/lpc2378.ld

index a1f5089087b24c417d1d6bf331e291912a72e81e..ad1027e96a0ea3456b1e2f866da78dbb726e7e0d 100644 (file)
@@ -40,7 +40,7 @@
 MEMORY
 {
        /* last 12k used by the bootloader */
-       rom(rx)  : org = 0x00000000, len = 512k - 12k
+       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
 }