From 04abfb60bc52b7b4235202e0c409821cc63c585a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 12 Jan 2026 14:51:30 +0100 Subject: feat: Update 30-PIN specs and implementation. Breaking API changes in NeBoot as well. Signed-off-by: Amlal El Mahrouss --- src/ppc64/linkscript.ld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ppc64/linkscript.ld') diff --git a/src/ppc64/linkscript.ld b/src/ppc64/linkscript.ld index 660ed07..e23df04 100644 --- a/src/ppc64/linkscript.ld +++ b/src/ppc64/linkscript.ld @@ -1,4 +1,4 @@ -ENTRY(cb_reset_vector) +ENTRY(nb_reset_vector) SECTIONS { . = 0xf00000; @@ -11,5 +11,5 @@ SECTIONS . = . + 0x1000; /* 4kB of stack memory */ stack_top = .; - PROVIDE(cb_memory_end = .); + PROVIDE(nb_memory_end = .); } -- cgit v1.2.3