SAMA5 ELF configuration with address environments finally builds without errors

This commit is contained in:
Gregory Nutt 2014-08-25 13:59:02 -06:00
parent 77ebefb9cd
commit f8294d79aa
2 changed files with 8 additions and 1 deletions

View File

@ -3689,6 +3689,10 @@ Configurations
System Type -> Architecture Options
CONFIG_ARCH_ADDRENV=n : Disable address environment support
System Type -> Heap Configuration
CONFIG_SAMA5_DDRCS_RESERVE=n : Don't reserve any page cache memory
CONFIG_SAMA5_DDRCS_PGHEAP=n : Don't try to set up the page allocator
Memory Management
CONFIG_GRAN=n : Disable the granule allocator
CONFIG_MM_PGALLOC=n : Disable the page allocator

View File

@ -240,7 +240,10 @@ CONFIG_SAMA5_BOOT_SDRAM=y
#
CONFIG_SAMA5_ISRAM_HEAP=y
CONFIG_SAMA5_DDRCS_RESERVE=y
CONFIG_SAMA5_DDRCS_HEAP_END=0x2fa00000
CONFIG_SAMA5_DDRCS_HEAP_END=0x28000000
CONFIG_SAMA5_DDRCS_PGHEAP=y
CONFIG_SAMA5_DDRCS_PGHEAP_OFFSET=0x28000000
CONFIG_SAMA5_DDRCS_PGHEAP_SIZE=134217728
#
# Architecture Options