summaryrefslogtreecommitdiff
path: root/nuttx/configs/mcu123-lpc214x/scripts
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-28 23:40:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-28 23:40:54 +0000
commitdfbc56054f377761c50a1a7453ed00a228fa9766 (patch)
tree98593e250fbbfe7f154c8b4edd7a91aa7f43185b /nuttx/configs/mcu123-lpc214x/scripts
parent37e2da3332de942dfb728e7ee8f50cd31c9a2676 (diff)
downloadpx4-nuttx-dfbc56054f377761c50a1a7453ed00a228fa9766.tar.gz
px4-nuttx-dfbc56054f377761c50a1a7453ed00a228fa9766.tar.bz2
px4-nuttx-dfbc56054f377761c50a1a7453ed00a228fa9766.zip
Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board with the LPC2148; Add configurations sim/nxlines. convert mcu123-lpc214x/nsh to use the kconfig-frontends.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5465 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mcu123-lpc214x/scripts')
-rw-r--r--nuttx/configs/mcu123-lpc214x/scripts/ld.script6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/scripts/ld.script b/nuttx/configs/mcu123-lpc214x/scripts/ld.script
index 8ce83748f..bc025dfb7 100644
--- a/nuttx/configs/mcu123-lpc214x/scripts/ld.script
+++ b/nuttx/configs/mcu123-lpc214x/scripts/ld.script
@@ -35,12 +35,12 @@
/* FLASH:
* The lpc2148 has 512Kb of non-volatile memory beginning at address
- * 0x00000000. The OS entry point is via the reset vector at address
- * 0x00000000 (default MEMMAP mode assumed)
+ * 0x0000:0000. The OS entry point is via the reset vector at address
+ * 0x0000:0000 (default MEMMAP mode assumed)
*
* SRAM:
* The lpc2148 has 32Kb of on-chip static RAM beginning at address
- * 0x40000000. The .data section will be relocated from _eronly
+ * 0x4000:0000. The .data section will be relocated from _eronly
* to _sdata at boot time.
*/