From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/8] m28evk: use "M28EVK U-Boot =>" as prompt
Date: Tue, 29 May 2012 22:41:45 +0200 [thread overview]
Message-ID: <20120529204145.221D42073AD@gemini.denx.de> (raw)
In-Reply-To: <1336866018-614-3-git-send-email-otavio@ossystems.com.br>
Dear Otavio Salvador,
In message <1336866018-614-3-git-send-email-otavio@ossystems.com.br> you wrote:
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
> include/configs/m28evk.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
> index 7472ddc..ebf7e39 100644
> --- a/include/configs/m28evk.h
> +++ b/include/configs/m28evk.h
> @@ -114,7 +114,7 @@
> * U-Boot general configurations
> */
> #define CONFIG_SYS_LONGHELP
> -#define CONFIG_SYS_PROMPT "=> "
> +#define CONFIG_SYS_PROMPT "M28EVK U-Boot => "
> #define CONFIG_SYS_CBSIZE 1024 /* Console I/O buffer size */
> #define CONFIG_SYS_PBSIZE \
> (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
NAK.
I really dislike these verbose prompts which serve no real use, but
make any scripting (like automatic regression tests) unnecessarily
complicated.
Please feel free to do this with your own boards, if you really,
really think you must do that. But please do not mess with any other
boards.
Thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Anything free is worth what you pay for it.
next prev parent reply other threads:[~2012-05-29 20:41 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-12 23:40 [U-Boot] [PATCH 0/8] Minor fixes and start of consolidation onto mxs SoC Otavio Salvador
2012-05-12 23:40 ` [U-Boot] [PATCH 1/8] m28evk: use same notation to alloc the 128kB stack Otavio Salvador
2012-05-29 20:44 ` Wolfgang Denk
2012-06-13 9:06 ` Stefano Babic
2012-05-12 23:40 ` [U-Boot] [PATCH 2/8] m28evk: use "M28EVK U-Boot =>" as prompt Otavio Salvador
2012-05-13 17:11 ` Marek Vasut
2012-05-29 20:41 ` Wolfgang Denk [this message]
2012-05-12 23:40 ` [U-Boot] [PATCH 3/8] mx28evk: ensure command definition is in alphabetic order Otavio Salvador
2012-05-13 19:29 ` Fabio Estevam
2012-06-13 9:06 ` Stefano Babic
2012-05-12 23:40 ` [U-Boot] [PATCH 4/8] mxsboot: stop referring to i.MX28 as this ought to work for all i.MXS SoCs Otavio Salvador
2012-05-13 17:12 ` Marek Vasut
2012-05-13 18:19 ` Otavio Salvador
2012-05-29 20:44 ` Wolfgang Denk
2012-05-29 21:25 ` Otavio Salvador
2012-05-29 21:32 ` Wolfgang Denk
2012-05-29 21:53 ` Otavio Salvador
2012-05-30 5:49 ` Marek Vasut
2012-05-30 12:01 ` Otavio Salvador
2012-06-02 7:06 ` [U-Boot] mxsboot vs. imximage (was: Re: [PATCH 4/8] mxsboot: stop referring to i.MX28 as this ought to work for all i.MXS SoCs) Dirk Behme
2012-06-02 7:21 ` Marek Vasut
2012-05-12 23:40 ` [U-Boot] [PATCH 5/8] m28evk: fix board config include guardian macro name Otavio Salvador
2012-05-13 17:12 ` Marek Vasut
2012-05-13 18:46 ` Wolfgang Denk
2012-05-13 18:53 ` Marek Vasut
2012-06-13 9:07 ` Stefano Babic
2012-05-12 23:40 ` [U-Boot] [PATCH 6/8] mx28evk: " Otavio Salvador
2012-05-13 19:31 ` Fabio Estevam
2012-06-13 9:06 ` Stefano Babic
2012-05-12 23:40 ` [U-Boot] [PATCH 7/8] mxs: reorganize source directory for easy sharing of code in i.MXS SoCs Otavio Salvador
2012-05-12 23:40 ` [U-Boot] [PATCH 8/8] mxs: prefix register acessor macros with 'mxs' prefix Otavio Salvador
2012-05-13 17:15 ` Marek Vasut
2012-05-13 18:23 ` Otavio Salvador
2012-05-13 18:46 ` Marek Vasut
2012-05-14 17:09 ` Otavio Salvador
2012-05-14 18:25 ` Marek Vasut
2012-05-14 18:48 ` Otavio Salvador
2012-05-15 4:14 ` Marek Vasut
2012-05-29 20:47 ` [U-Boot] [PATCH 0/8] Minor fixes and start of consolidation onto mxs SoC Wolfgang Denk
2012-05-29 20:58 ` Otavio Salvador
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=20120529204145.221D42073AD@gemini.denx.de \
--to=wd@denx.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox