]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/common.h
common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL
[karo-tx-uboot.git] / include / common.h
index 749d35cabe6e2731ba57d8d5bd0e8ce8cd8643b9..00b543408e38f93181d854e7ec52f5246f50bd4f 100644 (file)
@@ -617,9 +617,7 @@ void        udelay        (unsigned long);
 
 /* lib_generic/vsprintf.c */
 ulong  simple_strtoul(const char *cp,char **endp,unsigned int base);
-#ifdef CONFIG_SYS_64BIT_VSPRINTF
 unsigned long long     simple_strtoull(const char *cp,char **endp,unsigned int base);
-#endif
 long   simple_strtol(const char *cp,char **endp,unsigned int base);
 void   panic(const char *fmt, ...)
                __attribute__ ((format (__printf__, 1, 2)));