Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infr
[platform/kernel/u-boot.git] / include / ide.h
index 3af12c8..dfef32f 100644 (file)
@@ -38,7 +38,7 @@
 
 #endif /* CONFIG_IDE_LED */
 
-#if CFG_64BIT_LBA
+#ifdef CFG_64BIT_LBA
 typedef uint64_t lbaint_t;
 #else
 typedef ulong lbaint_t;