]> git.sur5r.net Git - u-boot/blobdiff - include/libfdt_env.h
rockchip: rk3036: enable rockusb support on rk3036 based device
[u-boot] / include / libfdt_env.h
index 6c6845f76cf7a6599023c498e373a855a4934bc8..273b5d30f867265dd364a2502946661b39e64359 100644 (file)
@@ -23,12 +23,6 @@ typedef __be64 fdt64_t;
 #define fdt64_to_cpu(x)                be64_to_cpu(x)
 #define cpu_to_fdt64(x)                cpu_to_be64(x)
 
-#ifdef __UBOOT__
-#include <vsprintf.h>
-
-#define strtoul(cp, endp, base)        simple_strtoul(cp, endp, base)
-#endif
-
 /* adding a ramdisk needs 0x44 bytes in version 2008.10 */
 #define FDT_RAMDISK_OVERHEAD   0x80