]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/tegra-common/sys_info.c
ARM: at91: collect SoC sources into mach-at91
[karo-tx-uboot.git] / arch / arm / cpu / tegra-common / sys_info.c
index dc8a2e4d3168860c2864ee4f74acbeb4b222f8bc..5933c35ddd43e9b4242f33fc3d9952404d82088a 100644 (file)
@@ -8,8 +8,7 @@
 #include <common.h>
 #include <linux/ctype.h>
 
-#ifdef CONFIG_DISPLAY_CPUINFO
-void upstring(char *s)
+static void upstring(char *s)
 {
        while (*s) {
                *s = toupper(*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 */