Dear [email protected], In message <[email protected]> you wrote: > From: Uma Shankar <[email protected]> > > *** > This patch series adds support for ext4 ls,load and write features in uboot > Journaling is supported for write feature. > > To Enable EXT4 commands, modify the board specific config file with > #define CONFIG_CMD_EXT2 1 > #define CONFIG_CMD_EXT4 1
No. This selects a feature only, so a plain #define without any value should be used. > Steps to test: > > 1. After applying the patch, ext4 specific commands can be seen > in the boot loader prompt using > UBOOT #help > > ext4load- load binary file from a Ext4 file system > ext4ls - list files in a directory (default /) > ext4write- create a file in ext4 formatted partition Could you please add these explanations as doc/README.ext4 so they don't get lost? 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] No one may kill a man. Not for any purpose. It cannot be condoned. -- Kirk, "Spock's Brain", stardate 5431.6 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

