From d0c7a3e05a1bb5c9cffd1a0946e403d3a8e37e63 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 31 Jan 2025 19:05:36 +0100 Subject: Match the changes in OpenNE, (without reusing it) Signed-off-by: Amlal El Mahrouss --- dev/Kernel/FirmwareKit/CoreBoot/CoreBoot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Kernel/FirmwareKit/CoreBoot') diff --git a/dev/Kernel/FirmwareKit/CoreBoot/CoreBoot.h b/dev/Kernel/FirmwareKit/CoreBoot/CoreBoot.h index b30511f6..4f4288b6 100644 --- a/dev/Kernel/FirmwareKit/CoreBoot/CoreBoot.h +++ b/dev/Kernel/FirmwareKit/CoreBoot/CoreBoot.h @@ -23,7 +23,7 @@ namespace Firmware::Detail::CoreBoot const UInt32 fRevision; // firmware revision const UInt32 fStartAddress; // start address (master/slave(s) thread) -#ifdef ZKA_IS_EXTENDED_COREBOOT +#ifdef NE_IS_EXTENDED_COREBOOT const UIntPtr fMasterStructure; // master structure for MP/PM and device tree and such (ARM) const UIntPtr fMasterStructureVersion; // master structure version. #endif -- cgit v1.2.3