All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Robinson <pbrobinson@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 07/10] imx6: move generic miscellaneous and overwrite options
Date: Mon, 11 May 2015 14:28:28 +0100	[thread overview]
Message-ID: <CALeDE9O6h5pnyoB1GT9WH8z3uahJE6=KqL=OWwRVLQuGzBZYwA@mail.gmail.com> (raw)
In-Reply-To: <20150511123317.GM5267@bill-the-cat>

On Mon, May 11, 2015 at 1:33 PM, Tom Rini <trini@konsulko.com> wrote:
> On Mon, May 11, 2015 at 12:23:26PM +0100, Peter Robinson wrote:
>
>> Move generic miscellaneous options that are standard across most, if not all,
>> mx6 boards to central mx6_common define to ensure consistent features.
>>
>> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> [snip]
>> @@ -187,22 +182,15 @@
>>  #define CONFIG_ARP_TIMEOUT           200UL
>>
>>  /* Miscellaneous configurable options */
>> -#define CONFIG_SYS_LONGHELP
>> -#define CONFIG_SYS_HUSH_PARSER
>>  #define CONFIG_SYS_PROMPT_HUSH_PS2   "> "
>
> While we're in the area would you mind doing a follow-up that nukes
> CONFIG_SYS_PROMPT_HUSH_PS2 again?  The default value is "> " and we
> ought to just make it non-configurable since I don't believe anyone has
> ever set it to something else.  Thanks!

Gladly! I left this off the first round as I was unsure if it'd be
controversial or not and figured I'd try and leave that out of my
first go :-)

  reply	other threads:[~2015-05-11 13:28 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-11 11:23 [U-Boot] [PATCH 0/10] i.MX6: move duplicated options to mx6_common to standardise mx6 config Peter Robinson
2015-05-11 11:23 ` [U-Boot] [PATCH 01/10] novena: standardise mx6_common.h include Peter Robinson
2015-05-11 12:38   ` Tom Rini
2015-05-11 11:23 ` [U-Boot] [PATCH 02/10] imx6: move all standard includes to mx6_common.h Peter Robinson
2015-05-11 12:32   ` Tom Rini
2015-05-11 13:13     ` Peter Robinson
2015-05-11 13:20       ` Tom Rini
2015-05-11 13:25         ` Peter Robinson
2015-05-11 11:23 ` [U-Boot] [PATCH 03/10] imx6: move generic imx6 options " Peter Robinson
2015-05-11 12:43   ` Tom Rini
2015-05-12  6:29   ` Markus Niebel
2015-05-11 11:23 ` [U-Boot] [PATCH 04/10] imx6: move standard ATAG configs " Peter Robinson
2015-05-11 12:43   ` Tom Rini
2015-05-11 11:23 ` [U-Boot] [PATCH 05/10] imx6: move MXC_GPIO define " Peter Robinson
2015-05-11 12:43   ` Tom Rini
2015-05-11 12:51     ` Peter Robinson
2015-05-11 13:21       ` Tom Rini
2015-05-11 13:44       ` Stefano Babic
2015-05-11 16:14         ` Peter Robinson
2015-05-11 11:23 ` [U-Boot] [PATCH 06/10] imx6: centralise common boot options in mx6_common.h Peter Robinson
2015-05-11 11:23 ` [U-Boot] [PATCH 07/10] imx6: move generic miscellaneous and overwrite options Peter Robinson
2015-05-11 12:33   ` Tom Rini
2015-05-11 13:28     ` Peter Robinson [this message]
2015-05-11 11:23 ` [U-Boot] [PATCH 08/10] imx6: standardise filesystem and boot options to Peter Robinson
2015-05-11 12:25   ` Tom Rini
2015-05-11 12:52     ` Peter Robinson
2015-05-11 13:20       ` Tom Rini
2015-05-11 11:23 ` [U-Boot] [PATCH 09/10] imx6: generic MMC config options to mx6_common Peter Robinson
2015-05-11 12:43   ` Tom Rini
2015-05-11 11:23 ` [U-Boot] [PATCH 10/10] mx6: standardise CONFIG_CMD_CACHE Peter Robinson
2015-05-11 12:43   ` Tom Rini
2015-05-11 12:13 ` [U-Boot] [PATCH 0/10] i.MX6: move duplicated options to mx6_common to standardise mx6 config Fabio Estevam
2015-05-11 12:18 ` Stefano Babic
2015-05-11 12:43 ` Tom Rini
2015-05-11 14:40 ` Eric Nelson
2015-05-22 16:30 [U-Boot] [PATCH 0/10 v3] " Peter Robinson
2015-05-22 16:30 ` [U-Boot] [PATCH 07/10] imx6: move generic miscellaneous and overwrite options Peter Robinson

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='CALeDE9O6h5pnyoB1GT9WH8z3uahJE6=KqL=OWwRVLQuGzBZYwA@mail.gmail.com' \
    --to=pbrobinson@gmail.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.