Skip to content

Commit 230daa6

Browse files
committed
layout: Change entry to ram32_start for coreboot
Signed-off-by: Akira Moroo <retrage01@gmail.com>
1 parent a04fa80 commit 230daa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layout.ld

Lines changed: 1 addition & 1 deletion
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) /* This firmware doesn't use the ELF entrypoint */
22

33
PHDRS
44
{

0 commit comments

Comments
 (0)