aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/include/storage/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/libpayload/include/storage/storage.h')
-rw-r--r--payloads/libpayload/include/storage/storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/include/storage/storage.h b/payloads/libpayload/include/storage/storage.h
index f2e6f292c0..2dc70b0267 100644
--- a/payloads/libpayload/include/storage/storage.h
+++ b/payloads/libpayload/include/storage/storage.h
@@ -34,7 +34,7 @@
#include <unistd.h>
-#if !IS_ENABLED(CONFIG_LP_STORAGE_64BIT_LBA)
+#if !CONFIG(LP_STORAGE_64BIT_LBA)
typedef u32 lba_t;
#else
typedef u64 lba_t;