[U-Boot] [PATCH] sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART

Ian Campbell ijc at hellion.org.uk
Wed Feb 4 09:27:32 CET 2015


On Wed, 2015-02-04 at 00:43 +0100, Hans de Goede wrote:
> The recent changes to config_distro_bootcmd.h require CONFIG_CMD_PART to be
> defined, as the default bootcmd not uses the "part" command.
                                   ^w

Shouldn't config_distro_bootcmd.h (or perhaps config_distro_defaults.h)
enable CMD_PART then? (adding some relevant CCs)

Ian.

> This fixes sunxi boards not booting with v2015.04-rc1.
> 
> Signed-off-by: Hans de Goede <hdegoede at redhat.com>
> ---
>  include/configs/sunxi-common.h | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
> index bf60dcb..9e145f0 100644
> --- a/include/configs/sunxi-common.h
> +++ b/include/configs/sunxi-common.h
> @@ -144,6 +144,9 @@
>  #define CONFIG_CMD_MEMORY
>  #define CONFIG_CMD_SETEXPR
>  
> +#define CONFIG_PARTITION_UUIDS
> +#define CONFIG_CMD_PART
> +
>  #define CONFIG_SETUP_MEMORY_TAGS
>  #define CONFIG_CMDLINE_TAG
>  #define CONFIG_INITRD_TAG




More information about the U-Boot mailing list