Removed romboot from tree - replaced by dfboot
[openwrt/svn-archive/archive.git] / target / linux / at91-2.6 / image / romboot / patches / 006-erase-fixup.patch
diff --git a/target/linux/at91-2.6/image/romboot/patches/006-erase-fixup.patch b/target/linux/at91-2.6/image/romboot/patches/006-erase-fixup.patch
deleted file mode 100644 (file)
index 26ac51f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- romboot.old/main.cpp       2007-04-10 12:35:02.000000000 +0200
-+++ romboot/main.cpp   2007-04-10 12:35:15.000000000 +0200
-@@ -561,7 +561,7 @@
-                                       int *i;
-       
-                                       for(i = (int *)0x20000000; i < (int *)0x20840000; i++)
--                                      *i = 0;
-+                                      *i = 0xffffffff;
-                       }
-                       write_dataflash(0xc0000000, 0x20000000, 0x840000);
-                       command = 0;