Dear Donggeun Kim, In message <[email protected]> you wrote: > In some cases, saving data in RAM as a file with FAT format is required. > This patch allows the file to be written in FAT formatted partition. > > The usage is similar with reading a file. > First, fat_register_device function is called before file_fat_write function > in order to set target partition. > Then, file_fat_write function is invoked with desired file name, > start ram address for writing data, and file size. > > Signed-off-by: Donggeun Kim <[email protected]> > Signed-off-by: Kyungmin Park <[email protected]> > --- > Changes for v2: > - update README file > > README | 5 + > fs/fat/Makefile | 1 + > fs/fat/fat.c | 2 + > fs/fat/fat_write.c | 1091 > ++++++++++++++++++++++++++++++++++++++++++++++++++++ > include/fat.h | 3 + > 5 files changed, 1102 insertions(+), 0 deletions(-) > create mode 100644 fs/fat/fat_write.c
Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] Celestial navigation is based on the premise that the Earth is the center of the universe. The premise is wrong, but the navigation works. An incorrect model can be a useful tool. - Kelvin Throop III _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

