]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/ppc4xx.h
AM35x: Add support for EMIF4
[karo-tx-uboot.git] / include / ppc4xx.h
index 5024db447f8647b3df9cffe7b08ba15c22fe93e9..ee30a4ca3de8ae2450ae659af3db66ac5307df3e 100644 (file)
 #endif /* 440EP/EPX 440GR/GRX 440SP/SPE 460EX/GT/SX 405EX*/
 
 #if defined(CONFIG_440)
-/*
- * Enable long long (%ll ...) printf format on 440 PPC's since most of
- * them support 36bit physical addressing
- */
-#define CONFIG_SYS_64BIT_VSPRINTF
-#define CONFIG_SYS_64BIT_STRTOUL
 #include <ppc440.h>
 #else
 #include <ppc405.h>