Skip to content

Commit dacdf59

Browse files
committed
feat: setup KERNEL_VADDR_START to text address
1 parent f7b9450 commit dacdf59

File tree

1 file changed

+1
-1
lines changed
  • bsp/cvitek/cv18xx_risc-v/board

1 file changed

+1
-1
lines changed

Diff for: bsp/cvitek/cv18xx_risc-v/board/board.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extern unsigned int __bss_start;
1919
extern unsigned int __bss_end;
2020

2121
#ifndef RT_USING_SMART
22-
#define KERNEL_VADDR_START 0x0
22+
#define KERNEL_VADDR_START 0x80200000
2323
#endif
2424

2525
#define RT_HW_HEAP_BEGIN ((void *)&__bss_end)

0 commit comments

Comments
 (0)