summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/usbserial/ld.script
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-06 16:11:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-06 16:11:05 +0000
commit8bbeab4f461950d5d92acaf4fcacdccdba9b3a32 (patch)
tree45e6ab475dda867552cfbd59bafc260010183cb3 /nuttx/configs/olimex-lpc1766stk/usbserial/ld.script
parent89bf1ad3436abe815fa7441e157ba59078189993 (diff)
downloadpx4-nuttx-8bbeab4f461950d5d92acaf4fcacdccdba9b3a32.tar.gz
px4-nuttx-8bbeab4f461950d5d92acaf4fcacdccdba9b3a32.tar.bz2
px4-nuttx-8bbeab4f461950d5d92acaf4fcacdccdba9b3a32.zip
Only 256Kb FLASH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3080 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/usbserial/ld.script')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/usbserial/ld.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/usbserial/ld.script b/nuttx/configs/olimex-lpc1766stk/usbserial/ld.script
index 181418d54..9cf8ddd70 100755
--- a/nuttx/configs/olimex-lpc1766stk/usbserial/ld.script
+++ b/nuttx/configs/olimex-lpc1766stk/usbserial/ld.script
@@ -33,7 +33,7 @@
*
****************************************************************************/
-/* The LPC1768 has 512Kb of FLASH beginning at address 0x0000:0000 and
+/* The LPC1766 has 256Kb of FLASH beginning at address 0x0000:0000 and
* 64Kb of total SRAM: 32Kb of SRAM in the CPU block beginning at address
* 0x10000000 and 32Kb of AHB SRAM in two banks of 16Kb beginning at addresses
* 0x20070000 and 0x20080000. Here we assume that .data and .bss will all fit
@@ -42,7 +42,7 @@
MEMORY
{
- flash (rx) : ORIGIN = 0x00000000, LENGTH = 512K
+ flash (rx) : ORIGIN = 0x00000000, LENGTH = 256K
sram (rwx) : ORIGIN = 0x10000000, LENGTH = 32K
}