X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fat91-2.6%2Fimage%2Fromboot%2Fpatches%2F006-erase-fixup.patch;fp=target%2Flinux%2Fat91-2.6%2Fimage%2Fromboot%2Fpatches%2F006-erase-fixup.patch;h=0000000000000000000000000000000000000000;hp=26ac51f8b2e6d486920095c485a748a9afae95f0;hb=8fbc023759b7a2d32899bd6d526dc2dcfc4b10bf;hpb=05b3c0edbe281153f1403811e68ba4ab730d53e1 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 index 26ac51f8b2..0000000000 --- a/target/linux/at91-2.6/image/romboot/patches/006-erase-fixup.patch +++ /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;