mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-05 05:23:46 +00:00
[libcpu][aarch64]memory setup using memblock (#9092)
* memory setup using memblock * map pages later
This commit is contained in:
@@ -17,6 +17,12 @@ if ARCH_ARMV8 && ARCH_CPU_64BIT
|
||||
select ARCH_USING_HW_THREAD_SELF
|
||||
default y if RT_USING_OFW
|
||||
default n
|
||||
config ARCH_HEAP_SIZE
|
||||
hex "Size of system heap"
|
||||
default 0x4000000
|
||||
config ARCH_INIT_PAGE_SIZE
|
||||
hex "Size of init page region"
|
||||
default 0x200000
|
||||
endmenu
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user