Re: [U-Boot] [PATCH v2] config_distro_bootcmd.h: Enable CONFIG_CMD_PART

2015-02-09 Thread Stephen Warren
On 02/07/2015 05:38 AM, Hans de Goede wrote: The recent changes to config_distro_bootcmd.h require CONFIG_CMD_PART to be defined, as the default bootcmd now uses the part command. This fixes sunxi boards not booting with v2015.04-rc1. Acked-by: Stephen Warren swar...@nvidia.com

[U-Boot] [PATCH v2] config_distro_bootcmd.h: Enable CONFIG_CMD_PART

2015-02-07 Thread Hans de Goede
The recent changes to config_distro_bootcmd.h require CONFIG_CMD_PART to be defined, as the default bootcmd now uses the part command. This fixes sunxi boards not booting with v2015.04-rc1. Signed-off-by: Hans de Goede hdego...@redhat.com --- include/config_distro_bootcmd.h | 4 1 file

[U-Boot] [PATCH v2] config_distro_bootcmd.h: Enable CONFIG_CMD_PART

2015-02-07 Thread Hans de Goede
Hi Stephen Tom, Here is v2 of the patch to fix config_distro_bootcmd usage for sunxi (and possibly others). As requested I've removed the enabling of CONFIG_CMD_PART to config_distro_bootcmd.h . Stephen, can you please review and ack ? Tom, can you please merge this once acked ? Regards,