]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
SPI Flash: Add "sf" command
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Fri, 16 May 2008 09:10:34 +0000 (11:10 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 3 Jun 2008 18:32:25 +0000 (20:32 +0200)
commitb6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
tree52c7753fe2a5a5c6fba8d115e37638ea66a8b7f2
parentd25ce7d24cc0f93881559f4009175ea305af65e8
SPI Flash: Add "sf" command

This adds a new command, "sf" which can be used to manipulate SPI
flash. Currently, initialization, reading, writing and erasing is
supported.

Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
common/Makefile
common/cmd_sf.c [new file with mode: 0644]