From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 04 Feb 2015 09:57:20 -0700 Subject: [U-Boot] [PATCH] sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART In-Reply-To: <1423038452.12551.32.camel@hellion.org.uk> References: <1423007016-16420-1-git-send-email-hdegoede@redhat.com> <1423038452.12551.32.camel@hellion.org.uk> Message-ID: <54D24F70.10108@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/04/2015 01:27 AM, Ian Campbell wrote: > 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) That sounds like the correct solution to me.