]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/ide.h
Code cleanup; make several boards compile & link.
[karo-tx-uboot.git] / include / ide.h
index 3af12c8db2f529f3ed98bb4b505d7926bd0d1cfa..dfef32f267d1316fcd8a811e90013249f5fc72cb 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;