From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 09 Feb 2015 10:28:02 -0700 Subject: [U-Boot] [PATCH v2] config_distro_bootcmd.h: Enable CONFIG_CMD_PART In-Reply-To: <1423312699-16564-2-git-send-email-hdegoede@redhat.com> References: <1423312699-16564-1-git-send-email-hdegoede@redhat.com> <1423312699-16564-2-git-send-email-hdegoede@redhat.com> Message-ID: <54D8EE22.5050407@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 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