lpc313x config update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2505 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
ae58e45ca9
commit
858efc230e
@ -195,7 +195,7 @@ CONFIG_UART_2STOP=0
|
|||||||
CONFIG_RRLOAD_BINARY=n
|
CONFIG_RRLOAD_BINARY=n
|
||||||
CONFIG_INTELHEX_BINARY=n
|
CONFIG_INTELHEX_BINARY=n
|
||||||
CONFIG_MOTOROLA_SREC=n
|
CONFIG_MOTOROLA_SREC=n
|
||||||
CONFIG_RAW_BINARY=n
|
CONFIG_RAW_BINARY=y
|
||||||
CONFIG_HAVE_LIBM=n
|
CONFIG_HAVE_LIBM=n
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -34,12 +34,14 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/* The LPC3131 has 192Kb of ISRAM beginning at virtual address 0x1102:8000.
|
/* The LPC3131 has 192Kb of ISRAM beginning at virtual address 0x1102:8000.
|
||||||
* All program segments are configured to execute from ISRAM.
|
* LPC313x boot ROM expects the boot image be compiled with entry point at
|
||||||
|
* 0x1102:9000. A 128b header will appear at this address (applied by
|
||||||
|
* lpc313xImgCreator) and the executable code must begin at 0x1102:9080.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
isram (rwx) : ORIGIN = 0x11028000, LENGTH = 192K
|
isram (rwx) : ORIGIN = 0x11029080, LENGTH = 192K - 4224
|
||||||
}
|
}
|
||||||
|
|
||||||
OUTPUT_ARCH(arm)
|
OUTPUT_ARCH(arm)
|
||||||
@ -70,7 +72,7 @@ SECTIONS
|
|||||||
*(.gnu.linkonce.d.*)
|
*(.gnu.linkonce.d.*)
|
||||||
CONSTRUCTORS
|
CONSTRUCTORS
|
||||||
_edata = ABSOLUTE(.);
|
_edata = ABSOLUTE(.);
|
||||||
} > isram AT > isram
|
} > isram
|
||||||
|
|
||||||
.ARM.extab : {
|
.ARM.extab : {
|
||||||
*(.ARM.extab*)
|
*(.ARM.extab*)
|
||||||
|
Loading…
Reference in New Issue
Block a user