All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 04/12] ARM: rpi_b: include config_cmd_default.h
Date: Mon, 9 Jul 2012 05:21:59 -0700	[thread overview]
Message-ID: <20120709122159.GB18795@oliver-linux> (raw)
In-Reply-To: <1341367375-11467-5-git-send-email-swarren@wwwdotorg.org>

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 <swarren@wwwdotorg.org>
> ---
>  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
<config_cmd_default.h>.

-- 
Tom

  reply	other threads:[~2012-07-09 12:21 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-04  2:02 [U-Boot] [PATCH 00/12] ARM: rpi_b: many minor enhancements Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 01/12] ARM: arm1176: enable instruction cache in arch_cpu_init() Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 02/12] ARM: rpi_b: enable CONFIG_ARCH_CPU_INIT for icache Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 03/12] ARM: rpi_b: define CONFIG_MACH_TYPE Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 04/12] ARM: rpi_b: include config_cmd_default.h Stephen Warren
2012-07-09 12:21   ` Tom Rini [this message]
2012-07-04  2:02 ` [U-Boot] [PATCH 05/12] ARM: rpi_b: enable CONFIG_OF_LIBFDT Stephen Warren
2012-07-09 12:24   ` Tom Rini
2012-07-04  2:02 ` [U-Boot] [PATCH 06/12] ARM: rpi_b: set bi_boot_params Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 07/12] ARM: rpi_b: add ATAG support for bootm/bootz Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 08/12] ARM: rpi_b: drop RAM size to 128M Stephen Warren
     [not found]   ` <930F248225E0FA44A2AE486086E959AEA56E33@SJEXCHMB06.corp.ad.broadcom.com>
2012-07-04  2:27     ` Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 09/12] ARM: rpi_b: move stack to top of RAM Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 10/12] ARM: rpi_b: re-order rpi_b.h to keep related defines adjacent Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 11/12] ARM: bcm2835: implement reset using watchdog Stephen Warren
2012-07-04  2:02 ` [U-Boot] [PATCH 12/12] ARM: rpi_b: enabled bootz command Stephen Warren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120709122159.GB18795@oliver-linux \
    --to=trini@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.