From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 9 Jul 2012 05:21:59 -0700 Subject: [U-Boot] [PATCH 04/12] ARM: rpi_b: include config_cmd_default.h In-Reply-To: <1341367375-11467-5-git-send-email-swarren@wwwdotorg.org> References: <1341367375-11467-1-git-send-email-swarren@wwwdotorg.org> <1341367375-11467-5-git-send-email-swarren@wwwdotorg.org> Message-ID: <20120709122159.GB18795@oliver-linux> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Jul 03, 2012 at 08:02:47PM -0600, Stephen Warren wrote: > This enables a more typical default set of commands. Remove explicit > enables for commands already in the default list. > > Signed-off-by: Stephen Warren > --- > include/configs/rpi_b.h | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h > index a8883d3..9268efb 100644 > --- a/include/configs/rpi_b.h > +++ b/include/configs/rpi_b.h > @@ -80,7 +80,11 @@ > #define CONFIG_AUTO_COMPLETE > > /* Commands */ > -#define CONFIG_CMD_MEMORY > -#define CONFIG_CMD_MISC > +#include "config_cmd_default.h" OK, the README says "config_cmd_default.h" but every other user does . -- Tom