From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 03 Feb 2014 14:15:01 -0700 Subject: [U-Boot] [PATCH] README: document CONFIG_CMD_FS_GENERIC In-Reply-To: <1390621597-19668-1-git-send-email-swarren@wwwdotorg.org> References: <1390621597-19668-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <52F006D5.3010009@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/24/2014 08:46 PM, Stephen Warren wrote: > From: Stephen Warren > > This enables generic filesystem commands such as load and ls, which > automatically work with multiple filesystem types, without having to > be told which is present, unlike e.g. ext2load, fatls. Are there any comments on this patch?