]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/ppc4xx.h
Fix merge problems
[karo-tx-uboot.git] / include / ppc4xx.h
index 5a6b855916831e7220d5c34eb7330ddda70cd8bc..c71da6084405cedde696408679eedab84e134faf 100644 (file)
 #endif
 
 #if defined(CONFIG_440)
+/*
+ * Enable long long (%ll ...) printf format on 440 PPC's since most of
+ * them support 36bit physical addressing
+ */
+#define CFG_64BIT_VSPRINTF
+#define CFG_64BIT_STRTOUL
 #include <ppc440.h>
 #else
 #include <ppc405.h>