summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/nsh/ld.script4
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/ostest/ld.script4
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/usbserial/ld.script4
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/usbstorage/ld.script4
4 files changed, 8 insertions, 8 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/nsh/ld.script b/nuttx/configs/olimex-lpc1766stk/nsh/ld.script
index e271f9a99..f3b023bdd 100755
--- a/nuttx/configs/olimex-lpc1766stk/nsh/ld.script
+++ b/nuttx/configs/olimex-lpc1766stk/nsh/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
}
diff --git a/nuttx/configs/olimex-lpc1766stk/ostest/ld.script b/nuttx/configs/olimex-lpc1766stk/ostest/ld.script
index d4e64fa5f..10300e929 100755
--- a/nuttx/configs/olimex-lpc1766stk/ostest/ld.script
+++ b/nuttx/configs/olimex-lpc1766stk/ostest/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
}
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
}
diff --git a/nuttx/configs/olimex-lpc1766stk/usbstorage/ld.script b/nuttx/configs/olimex-lpc1766stk/usbstorage/ld.script
index 25af7b76f..3f4b72f6f 100755
--- a/nuttx/configs/olimex-lpc1766stk/usbstorage/ld.script
+++ b/nuttx/configs/olimex-lpc1766stk/usbstorage/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
}