]> Git Repo - J-u-boot.git/blobdiff - include/compiler.h
Update MEM_SUPPORT_64BIT_DATA to be always defined
[J-u-boot.git] / include / compiler.h
index ed74c272b8c507b99e234369a81bf047a7ab9fc9..90b7afae5376ad3cdb75f9a125465ac52c19c0e6 100644 (file)
@@ -145,7 +145,9 @@ typedef unsigned long int uintptr_t;
 #define unlikely(x)    __builtin_expect(!!(x), 0)
 
 #ifdef __LP64__
-#define MEM_SUPPORT_64BIT_DATA
+#define MEM_SUPPORT_64BIT_DATA 1
+#else
+#define MEM_SUPPORT_64BIT_DATA 0
 #endif
 
 #endif
This page took 0.02206 seconds and 4 git commands to generate.