[bsp][smart] fix virt64 aarch64 link script for smart.

This commit is contained in:
bernard
2022-12-26 14:24:26 +08:00
committed by guo
parent fa7c1db768
commit 401ad16449
5 changed files with 119 additions and 3 deletions
+3 -2
View File
@@ -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