From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Robinson Date: Mon, 11 May 2015 14:28:28 +0100 Subject: [U-Boot] [PATCH 07/10] imx6: move generic miscellaneous and overwrite options In-Reply-To: <20150511123317.GM5267@bill-the-cat> References: <1431343409-4707-1-git-send-email-pbrobinson@gmail.com> <1431343409-4707-8-git-send-email-pbrobinson@gmail.com> <20150511123317.GM5267@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, May 11, 2015 at 1:33 PM, Tom Rini 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 > [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 :-)