boot: Export the startup64 symbol

Export the startup64 symbol for use by some archs.

Signed-off-by: Chao Li <lichao@loongson.cn>
This commit is contained in:
Chao Li 2024-06-18 10:30:45 +08:00 committed by Lionel Debroux
parent d84c8eebee
commit 28689102a4

View File

@ -66,6 +66,8 @@ extern uint8_t _start[];
extern uint8_t startup32[];
extern uint8_t startup64[];
extern uint8_t startup[];
extern uint64_t pml4[];