[U-Boot] [PATCH 07/10] imx6: move generic miscellaneous and overwrite options

Peter Robinson pbrobinson at gmail.com
Mon May 11 15:28:28 CEST 2015


On Mon, May 11, 2015 at 1:33 PM, Tom Rini <trini at 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 at 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 :-)


More information about the U-Boot mailing list