Corrected PLLA setting to remove error in BRG at 115k. Removed 2 files not required
[librecmc/librecmc.git] / target / linux / at91-2.6 / image / romboot / patches / 006-erase-fixup.patch
1 --- romboot.old/main.cpp        2007-04-10 12:35:02.000000000 +0200
2 +++ romboot/main.cpp    2007-04-10 12:35:15.000000000 +0200
3 @@ -561,7 +561,7 @@
4                                         int *i;
5         
6                                         for(i = (int *)0x20000000; i < (int *)0x20840000; i++)
7 -                                       *i = 0;
8 +                                       *i = 0xffffffff;
9                 }
10                 write_dataflash(0xc0000000, 0x20000000, 0x840000);
11                 command = 0;