From 656f4c653785eb3fac84796da5d3bc04c4918290 Mon Sep 17 00:00:00 2001 From: Donggeun Kim Date: Thu, 22 Mar 2012 04:38:56 +0000 Subject: 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 Signed-off-by: Kyungmin Park Signed-off-by: Maximilian Schwerin Signed-off-by: Anatolij Gustschin --- README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index b69a3b6f6e..110eac6f16 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 -- cgit v1.2.1