On Thu, Jul 23, 2015 at 05:19:39PM +0300, Nikita Kiryanov wrote: > Add option to set shell prompt string from menuconfig and use it > when migrating CONFIG_SYS_PROMPT to cm-fx6 defconfig. > > Cc: Tom Rini <[email protected]> > Cc: Masahiro Yamada <[email protected]> > Cc: Stefano Babic <[email protected]> > Cc: Igor Grinberg <[email protected]> > Signed-off-by: Nikita Kiryanov <[email protected]>
Conceptually, I like. > --- > common/Kconfig | 7 +++++++ > configs/cm_fx6_defconfig | 1 + > include/configs/cm_fx6.h | 1 - > 3 files changed, 8 insertions(+), 1 deletion(-) > > diff --git a/common/Kconfig b/common/Kconfig > index 40cd69e..6b24fd9 100644 > --- a/common/Kconfig > +++ b/common/Kconfig > @@ -17,6 +17,13 @@ config SYS_HUSH_PARSER > help > Backward compatibility. > > +config SYS_PROMPT > + string "Shell prompt" > + default "# " How about "U-Boot> " which while not what I had been forcing everyone in TI-land to use, is the most common. -- Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

