mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
A10/pcDuino/Linux build fixes
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
#include <arch/A1X/chip.h>
|
#include <arch/a1x/chip.h>
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
|
|||||||
@@ -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
|
MEMORY
|
||||||
{
|
{
|
||||||
sdram (W!RX) : ORIGIN = 0x40000000, LENGTH = 256M
|
sdram (W!RX) : ORIGIN = 0x4a000000, LENGTH = 864M
|
||||||
}
|
}
|
||||||
|
|
||||||
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
||||||
|
|||||||
Reference in New Issue
Block a user