diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2007-06-05 03:39:52 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2007-06-05 03:39:52 +0000 |
commit | f22f5dfc3bf7e1025251ce10c2762e6478e1de41 (patch) | |
tree | 82d412f636b1478a6f9433aa2033cfe383e03dfd /target/linux/at91-2.6/image/romboot/patches/006-erase-fixup.patch | |
parent | 141ad731f90776e11530ba5286f7c396e589686b (diff) | |
download | master-187ad058-f22f5dfc3bf7e1025251ce10c2762e6478e1de41.tar.gz master-187ad058-f22f5dfc3bf7e1025251ce10c2762e6478e1de41.tar.bz2 master-187ad058-f22f5dfc3bf7e1025251ce10c2762e6478e1de41.zip |
Removed romboot from tree - replaced by dfboot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7500 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91-2.6/image/romboot/patches/006-erase-fixup.patch')
-rw-r--r-- | target/linux/at91-2.6/image/romboot/patches/006-erase-fixup.patch | 11 |
1 files changed, 0 insertions, 11 deletions
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; |