[U-Boot] [PATCH 2/6] add a generic set of configs to enable Distros to more easier support u-boot based systems
Stephen Warren
swarren at wwwdotorg.org
Thu Jan 16 21:17:18 CET 2014
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
More information about the U-Boot
mailing list