From a9d87cbd143b05cc3de711d84401f8ef514f3aa3 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Fri, 30 Aug 2024 18:46:00 +0200 Subject: [IMP] Updated the ARM64 release of ZKA. [IMP] Shall use the timer on AMD64 by default, a SMP driver will be written if needed. Signed-off-by: Amlal EL Mahrouss --- dev/ZKA/Modules/Flash/Flash.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/ZKA/Modules') diff --git a/dev/ZKA/Modules/Flash/Flash.hxx b/dev/ZKA/Modules/Flash/Flash.hxx index b5878d6d..a16f5a6d 100644 --- a/dev/ZKA/Modules/Flash/Flash.hxx +++ b/dev/ZKA/Modules/Flash/Flash.hxx @@ -6,7 +6,7 @@ #pragma once -#ifdef __FLASH_MEM__ +#ifdef __USE_MBCI_FLASH__ #include @@ -18,4 +18,4 @@ Kernel::SizeT drv_std_get_sector_count(); /// @return drive size Kernel::SizeT drv_std_get_drv_size(); -#endif // ifdef __FLASH_MEM__ +#endif // ifdef __USE_MBCI_FLASH__ -- cgit v1.2.3