[U-Boot] [PATCH 1/3] disk/part.c: Make features optional
Kumar Gala
galak at kernel.crashing.org
Mon May 23 23:21:32 CEST 2011
On May 23, 2011, at 1:29 PM, Matthew McClintock wrote:
> If we don't want to build support for any partition types we can now
> add #undef CONFIG_PARTITIONS in a board config file to keep this from
> being compiled in. Otherwise boards assume this is compiled in by
> default
>
> Signed-off-by: Matthew McClintock <msm at freescale.com>
> ---
> common/cmd_mmc.c | 2 ++
> disk/Makefile | 2 +-
> drivers/mmc/mmc.c | 2 ++
> include/config_defaults.h | 1 +
> 4 files changed, 6 insertions(+), 1 deletions(-)
Can you re-submit against at least v2011.06-rc1, this doesn't apply for me there.
- k
More information about the U-Boot
mailing list