From f958113a684df8f34c1677fcc41783054bd301cf Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 20 Jun 2024 09:50:04 +0200 Subject: Builtins/Flash: Specify that it's bridge not a MBCI based builtin. Signed-off-by: Amlal El Mahrouss --- Kernel/HALKit/ARM64/Storage/Flash.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Kernel') diff --git a/Kernel/HALKit/ARM64/Storage/Flash.cxx b/Kernel/HALKit/ARM64/Storage/Flash.cxx index 8afd0f58..666dfc0b 100644 --- a/Kernel/HALKit/ARM64/Storage/Flash.cxx +++ b/Kernel/HALKit/ARM64/Storage/Flash.cxx @@ -7,7 +7,8 @@ #include #include -/// @brief MBCI flash drive. +/// @file Flash.cxx +/// @brief Flash memory builtin. #ifdef __FLASH_MEM__ @@ -24,4 +25,4 @@ namespace NewOS } } // namespace NewOS -#endif // if __FLASH_MEM__ (MBCI) +#endif // if __FLASH_MEM__ (Bridge) -- cgit v1.2.3