From 900fe1bcc14ba247a2462b729e63af3b8ecad018 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 19 Jun 2011 20:09:00 +0000 Subject: [ep93xx] remove pre 2.6.39 patches and config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27229 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../ep93xx/patches-2.6.30/012-ep93xx-cpuinfo.patch | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 target/linux/ep93xx/patches-2.6.30/012-ep93xx-cpuinfo.patch (limited to 'target/linux/ep93xx/patches-2.6.30/012-ep93xx-cpuinfo.patch') diff --git a/target/linux/ep93xx/patches-2.6.30/012-ep93xx-cpuinfo.patch b/target/linux/ep93xx/patches-2.6.30/012-ep93xx-cpuinfo.patch deleted file mode 100644 index d2845c910..000000000 --- a/target/linux/ep93xx/patches-2.6.30/012-ep93xx-cpuinfo.patch +++ /dev/null @@ -1,32 +0,0 @@ -Index: linux-2.6.30.9/arch/arm/kernel/setup.c -=================================================================== ---- linux-2.6.30.9.orig/arch/arm/kernel/setup.c 2009-11-24 21:00:10.000000000 +0100 -+++ linux-2.6.30.9/arch/arm/kernel/setup.c 2009-11-24 21:00:46.000000000 +0100 -@@ -42,6 +42,10 @@ - #include - #include - -+#if defined(CONFIG_ARCH_EP93XX) -+#include -+#endif -+ - #include "compat.h" - #include "atags.h" - -@@ -844,9 +848,16 @@ - seq_puts(m, "\n"); - - seq_printf(m, "Hardware\t: %s\n", machine_name); -+#if defined(CONFIG_ARCH_EP93XX) -+ seq_printf(m, "Revision\t: %04x\n", -+ *((unsigned int *)EP93XX_SYSCON_CHIP_ID) >> 28); -+ seq_printf(m, "Serial\t\t: %016x\n", -+ *((unsigned int *)EP93XX_SECURITY_UNIQID)); -+#else - seq_printf(m, "Revision\t: %04x\n", system_rev); - seq_printf(m, "Serial\t\t: %08x%08x\n", - system_serial_high, system_serial_low); -+#endif - - return 0; - } -- cgit v1.2.3