Skip to content

Commit 80b6071

Browse files
committed
layout: Change entry to ram32_start for coreboot
Signed-off-by: Akira Moroo <[email protected]>
1 parent 87a4a8b commit 80b6071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layout.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ENTRY(rust64_start) /* This firmware doesn't use the ELF entrypoint */
1+
ENTRY(ram32_start) /* coreboot uses the ELF entrypoint */
22

33
PHDRS
44
{

0 commit comments

Comments
 (0)