A10/pcDuino/Linux build fixes

This commit is contained in:
Gregory Nutt 2013-12-11 17:05:08 -06:00
parent 37106095df
commit 60f7e06c2d
1 changed files with 4 additions and 2 deletions

View File

@ -33,11 +33,13 @@
*
****************************************************************************/
/* The pcDuino and 256MB of SDRAM beginning at virtual address 0x4000:0000 */
/* The pcDuino and 1GB of SDRAM beginning at virtual address 0x4000:0000.
* Execution begins at address 0x4a00000, leaving 864MB for NuttX.
*/
MEMORY
{
sdram (W!RX) : ORIGIN = 0x40000000, LENGTH = 256M
sdram (W!RX) : ORIGIN = 0x4a000000, LENGTH = 864M
}
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")