]> git.ipfire.org Git - u-boot.git/blobdiff - cpu/mpc85xx/mp.c
common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL
[u-boot.git] / cpu / mpc85xx / mp.c
index 00b64506920769aff716d2cf1b4cf0cb6310a8c0..7626eb8e728459d14a19f02415303455be08aa75 100644 (file)
@@ -90,11 +90,7 @@ int cpu_release(int nr, int argc, char *argv[])
                return 1;
        }
 
-#ifdef CONFIG_SYS_64BIT_STRTOUL
        boot_addr = simple_strtoull(argv[0], NULL, 16);
-#else
-       boot_addr = simple_strtoul(argv[0], NULL, 16);
-#endif
 
        /* handle pir, r3, r6 */
        for (i = 1; i < 4; i++) {