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 ef61cd287d..a3cebd90bd 100644
--- a/payloads/libpayload/include/storage/storage.h
+++ b/payloads/libpayload/include/storage/storage.h
@@ -34,7 +34,7 @@
#include <unistd.h>
-#ifndef CONFIG_STORAGE_64BIT_LBA
+#ifndef CONFIG_LP_STORAGE_64BIT_LBA
typedef u32 lba_t;
#else
typedef u64 lba_t;