Add server tcp api.
[bertos.git] / bertos / cpu / arm / scripts / lpc2378.ld
index a1f5089087b24c417d1d6bf331e291912a72e81e..908da102335f8dcb4f70ba34eef2db653297b96f 100644 (file)
@@ -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
 }