mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
SAMA5 ELF configuration with address environments finally builds without errors
This commit is contained in:
@@ -3689,6 +3689,10 @@ Configurations
|
|||||||
System Type -> Architecture Options
|
System Type -> Architecture Options
|
||||||
CONFIG_ARCH_ADDRENV=n : Disable address environment support
|
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
|
Memory Management
|
||||||
CONFIG_GRAN=n : Disable the granule allocator
|
CONFIG_GRAN=n : Disable the granule allocator
|
||||||
CONFIG_MM_PGALLOC=n : Disable the page 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_ISRAM_HEAP=y
|
||||||
CONFIG_SAMA5_DDRCS_RESERVE=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
|
# Architecture Options
|
||||||
|
|||||||
Reference in New Issue
Block a user