mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-20 17:44:20 +08:00
[bsp][smart] fix virt64 aarch64 link script for smart.
This commit is contained in:
+3
-2
@@ -89,8 +89,9 @@ config KERNEL_VADDR_START
|
||||
|
||||
config PV_OFFSET
|
||||
hex "The offset of kernel physical address and virtural address"
|
||||
default 0xa0000000 if ARCH_ARM
|
||||
default 0x0 if ARCH_RISCV
|
||||
default 0x1000040000000 if ARCH_ARMV8
|
||||
default 0xa0000000 if ARCH_ARM
|
||||
default 0x0 if ARCH_RISCV
|
||||
depends on ARCH_MM_MMU
|
||||
|
||||
config RT_IOREMAP_LATE
|
||||
|
||||
Reference in New Issue
Block a user