]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/compiler.h
ppc/85xx: Fix inclusion of 83xx immap in 85xx builds
[karo-tx-uboot.git] / include / compiler.h
index 272fd3cf628c758f9a4d5f019d2a093f2955c47a..e602cce2e9b99fc5f86b6523972ec909bf127fa1 100644 (file)
@@ -122,4 +122,7 @@ typedef unsigned int            uintptr_t;
 
 #endif
 
+/* compiler options */
+#define uninitialized_var(x)           x = x
+
 #endif