From 30f6aa05db0e99970fab65c8c8f10cea9830e3cc Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 31 Jul 2025 08:52:46 +0100 Subject: feat: Replace CoreBoot module with NeBoot module. Signed-off-by: Amlal El Mahrouss --- dev/boot/src/HEL/ARM64/BootCB.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/boot/src') diff --git a/dev/boot/src/HEL/ARM64/BootCB.S b/dev/boot/src/HEL/ARM64/BootCB.S index 3b0e1737..d52c1dcf 100644 --- a/dev/boot/src/HEL/ARM64/BootCB.S +++ b/dev/boot/src/HEL/ARM64/BootCB.S @@ -4,7 +4,7 @@ ------------------------------------------- */ -#ifdef __NE_COREBOOT__ +#ifdef __NE_NEBOOT__ .section .boot_hdr .align 4 @@ -37,4 +37,4 @@ bootloader_start: bl bootloader_main ret -#endif // __NE_COREBOOT__ \ No newline at end of file +#endif // __NE_NEBOOT__ \ No newline at end of file -- cgit v1.2.3