]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/tegra-common/sys_info.c
Move CONFIG_DISPLAY_CPUINFO to Makefile
[karo-tx-uboot.git] / arch / arm / cpu / tegra-common / sys_info.c
index dc8a2e4d3168860c2864ee4f74acbeb4b222f8bc..de20325ecf3239666e5da6e5d23cbcba5811108c 100644 (file)
@@ -8,7 +8,6 @@
 #include <common.h>
 #include <linux/ctype.h>
 
-#ifdef CONFIG_DISPLAY_CPUINFO
 void upstring(char *s)
 {
        while (*s) {
@@ -30,4 +29,3 @@ int print_cpuinfo(void)
        /* TBD: Add printf of major/minor rev info, stepping, etc. */
        return 0;
 }
-#endif /* CONFIG_DISPLAY_CPUINFO */