1 --- romboot.old/main.cpp 2007-04-05 15:51:51.000000000 +0200
2 +++ romboot/main.cpp 2007-04-10 10:33:10.000000000 +0200
4 #define DELAY_MAIN_FREQ 1000
5 #define DISP_LINE_LEN 16
11 extern void AT91F_DBGU_Printk(char *);
15 "5: Clear bootloder\n\r"
16 + "6: Erase entire flash\n\r"
19 //* Globales variables
28 + for(i = (int *)0x20000000; i < (int *)0x20840000; i++)
31 + write_dataflash(0xc0000000, 0x20000000, 0x840000);