]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm926ejs/omap/cpuinfo.c
Merge branch 'u-boot/master'
[u-boot] / arch / arm / cpu / arm926ejs / omap / cpuinfo.c
index 02332eee0e13fa514234288fe7405f4e79d6bff4..587d99a2bb02c5a368b7781d729f37f7eb5a2244 100644 (file)
@@ -13,7 +13,7 @@
 #include <command.h>
 #include <linux/compiler.h>
 
-#if defined(CONFIG_DISPLAY_CPUINFO) && defined(CONFIG_OMAP)
+#if defined(CONFIG_OMAP)
 
 #define omap_readw(x)          *(volatile unsigned short *)(x)
 #define omap_readl(x)          *(volatile unsigned long *)(x)
@@ -239,4 +239,4 @@ int print_cpuinfo (void)
        return 0;
 }
 
-#endif /* #if defined(CONFIG_DISPLAY_CPUINFO) && defined(CONFIG_OMAP) */
+#endif /* #if defined(CONFIG_OMAP) */