aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDonggeun Kim <dg77.kim@samsung.com>2012-03-22 04:38:56 +0000
committerAnatolij Gustschin <agust@denx.de>2012-03-26 11:00:31 +0200
commit656f4c653785eb3fac84796da5d3bc04c4918290 (patch)
tree9cd9e4128ca74b2d6ae2ed1db82691ffdcb3fc4e /README
parentbf6b6af74655506ce23ca04d6e5c6b3ad3fcf490 (diff)
cmd_fat: add FAT write command
Once CONFIG_FAT_WRITE is defined, users can invoke 'fatwrite' command that saves data in RAM as a FAT file. This patch was originally part of http://article.gmane.org/gmane.comp.boot-loaders.u-boot/121847 Signed-off-by: Donggeun Kim <dg77.kim@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Maximilian Schwerin <mvs@tigris.de> Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index b69a3b6f6..110eac6f1 100644
--- a/README
+++ b/README
@@ -1233,8 +1233,12 @@ The following options need to be configured:
- FAT(File Allocation Table) filesystem write function support:
CONFIG_FAT_WRITE
- Support for saving memory data as a file
- in FAT formatted partition
+
+ Define this to enable support for saving memory data as a
+ file in FAT formatted partition.
+
+ This will also enable the command "fatwrite" enabling the
+ user to write files to FAT.
- Keyboard Support:
CONFIG_ISA_KEYBOARD