i.MX6: Add memory map header file

This commit is contained in:
Gregory Nutt 2016-02-29 12:26:21 -06:00
parent a0cdd1ddb1
commit ad69f9d045
3 changed files with 1010 additions and 2 deletions

View File

@ -637,4 +637,4 @@ if ARCH_CHIP_MOXART
source arch/arm/src/moxart/Kconfig
endif
endif
endif # ARCH_ARM

File diff suppressed because it is too large Load Diff

View File

@ -46,6 +46,7 @@
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
/* Decimal configuration values may exceed 2Gb and, hence, overflow to negative
* values unless we force them to unsigned long:
*/
@ -246,7 +247,6 @@
#define SAMA5_QSPI0_HEAP_OFFSET MKULONG(CONFIG_SAMA5_QSPI0_HEAP_OFFSET)
#define SAMA5_QSPI1_HEAP_OFFSET MKULONG(CONFIG_SAMA5_QSPI1_HEAP_OFFSET)
#define SAMA5_EBICS0_HEAP_SIZE MKULONG(CONFIG_SAMA5_EBICS0_HEAP_SIZE)
#define SAMA5_DDRCS_HEAP_SIZE MKULONG(CONFIG_SAMA5_DDRCS_HEAP_SIZE)
#define SAMA5_DDRAESCS_HEAP_SIZE MKULONG(CONFIG_SAMA5_DDRAESCS_HEAP_SIZE)