EXYNOS5: Enable console multiplexing in u-boot
[pandora-u-boot.git] / include / ide.h
index 695d08e..158e1be 100644 (file)
@@ -43,8 +43,10 @@ extern ulong ide_bus_offset[];
 
 #ifdef CONFIG_SYS_64BIT_LBA
 typedef uint64_t lbaint_t;
+#define LBAF "%llx"
 #else
 typedef ulong lbaint_t;
+#define LBAF "%lx"
 #endif
 
 /*