
24 Jan
2006
24 Jan
'06
5:52 p.m.
DataFlash patch (5/5) adds DataFlash support for ATMEL AT91SAM9261EK board.
It also adds the following dataflash commands (in cmd_dataflash.c): U_BOOT_CMD( dflc, 5, 1, do_dataflash_command, "dflc - DATAFLASH utility command\n", "dflc init - Init connected dataflash cards\n" "dflc info - scan for connected dataflash devices\n" "dflc protect - protect or unprotect sectors\n" );
CHANGELOG Patch by Nicolas Lacressonniere 24 January 2006 * Add DataFlash support for ATMEL AT91SAM9261EK board (arm926ejs) * Add DataFlash utility commands * Add addr2ram verification in do_mem_cp function.