From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prafulla Wadaskar Date: Mon, 16 Jan 2012 00:22:17 -0800 Subject: [U-Boot] [PATCH] edminiv2: add hush parser and long help In-Reply-To: <1326699910-24086-1-git-send-email-albert.u.boot@aribaud.net> References: <1326699910-24086-1-git-send-email-albert.u.boot@aribaud.net> 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 > -----Original Message----- > From: u-boot-bounces at lists.denx.de [mailto:u-boot- > bounces at lists.denx.de] On Behalf Of Albert ARIBAUD > Sent: 16 January 2012 13:15 > To: u-boot at lists.denx.de > Subject: [U-Boot] [PATCH] edminiv2: add hush parser and long help > > > Signed-off-by: Albert ARIBAUD > --- > include/configs/edminiv2.h | 7 +++++++ > 1 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h > index 88d32b2..9134884 100644 > --- a/include/configs/edminiv2.h > +++ b/include/configs/edminiv2.h > @@ -221,6 +221,13 @@ > #define CONFIG_SYS_RESET_ADDRESS 0xffff0000 > #define CONFIG_SYS_MAXARGS 16 > > +/* Use the HUSH parser */ > +#define CONFIG_SYS_HUSH_PARSER > +#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " > + > +/* provide extensive help */ > +#define CONFIG_SYS_LONGHELP > + > /* additions for new relocation code, must be added to all boards */ > #define CONFIG_SYS_SDRAM_BASE 0 > #define CONFIG_SYS_INIT_SP_ADDR \ Acked-by: Prafulla Wadaskar Regards.. Prafulla . . .