SAMA5 ELF configuration with address environments finally builds without errors
This commit is contained in:
parent
77ebefb9cd
commit
f8294d79aa
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user