From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 16 Jan 2014 13:17:18 -0700 Subject: [U-Boot] [PATCH 2/6] add a generic set of configs to enable Distros to more easier support u-boot based systems In-Reply-To: <1387264612-17834-3-git-send-email-dennis@ausil.us> References: <1387264612-17834-1-git-send-email-dennis@ausil.us> <1387264612-17834-3-git-send-email-dennis@ausil.us> Message-ID: <52D83E4E.2000408@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 12/17/2013 12:16 AM, Dennis Gilmore wrote: > diff --git a/include/config_distro_default.h b/include/config_distro_default.h > +#define CONFIG_CMD_EXT2 > +#define CONFIG_CMD_EXT4 > +#define CONFIG_CMD_FAT For a generic config, I would be tempted to drop the fs-specific command sets enabled by the options above, and rely /only/ on the generic commands enabled by: > +#define CONFIG_CMD_FS_GENERIC