mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-25 04:50:39 +02:00
d67a66fc18
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6922 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
350 B
Diff
12 lines
350 B
Diff
--- 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;
|