[amazon] Apply patch 210-remove_unnedded_variables.patch directly
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 31 Jan 2010 15:08:26 +0000 (15:08 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 31 Jan 2010 15:08:26 +0000 (15:08 +0000)
SVN-Revision: 19455

target/linux/amazon/files/arch/mips/amazon/prom.c
target/linux/amazon/patches-2.6.30/210-remove_unnedded_variables.patch [deleted file]

index c5db4f5cdcdc916e05e259983f2922cb7672f9f6..28ef13b3d3d0ee7431cd34fe50b0130c31679147 100644 (file)
@@ -63,9 +63,6 @@ void __init prom_init(void)
 
        int memsize = 16; /* assume 16M as default */
 
-       mips_machgroup = MACH_GROUP_INFINEON;
-       mips_machtype = MACH_INFINEON_AMAZON;
-
        envp = (char **)KSEG1ADDR((unsigned long)envp);
        while (*envp) {
                char *e = (char *)KSEG1ADDR(*envp);
diff --git a/target/linux/amazon/patches-2.6.30/210-remove_unnedded_variables.patch b/target/linux/amazon/patches-2.6.30/210-remove_unnedded_variables.patch
deleted file mode 100644 (file)
index 3683a27..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/arch/mips/amazon/prom.c
-+++ b/arch/mips/amazon/prom.c
-@@ -63,9 +63,6 @@ void __init prom_init(void)
-       int memsize = 16; /* assume 16M as default */
--      mips_machgroup = MACH_GROUP_INFINEON;
--      mips_machtype = MACH_INFINEON_AMAZON;
--
-       envp = (char **)KSEG1ADDR((unsigned long)envp);
-       while (*envp) {
-               char *e = (char *)KSEG1ADDR(*envp);