From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 17 Aug 2012 23:28:33 +0200 Subject: [U-Boot] [PATCH] ARM: lacie_kw: add support for WIRELESS_SPACE In-Reply-To: <20120817175538.GA3255@bill-the-cat> References: <1345140514-9048-1-git-send-email-albert.u.boot@aribaud.net> <20120817175538.GA3255@bill-the-cat> Message-ID: <20120817232833.1b5da97b@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On Fri, 17 Aug 2012 10:55:38 -0700, Tom Rini wrote: > On Thu, Aug 16, 2012 at 08:08:34PM +0200, Albert ARIBAUD wrote: > > > Signed-off-by: Albert ARIBAUD > [snip] > > @@ -90,8 +100,14 @@ > > #define CONFIG_SYS_IDE_MAXDEVICE 1 > > #if defined(CONFIG_NET2BIG_V2) > > #define CONFIG_SYS_PROMPT "2big2> " > > -#else > > +#elif defined(CONFIG_NETSPACE_V2) > > #define CONFIG_SYS_PROMPT "ns2> " > > +#elif defined(CONFIG_INETSPACE_V2) > > +#define CONFIG_SYS_PROMPT "is2> " > > +#elif defined(CONFIG_WIRELESS_SPACE) > > +#define CONFIG_SYS_PROMPT "ws> " > > +#else > > +#define CONFIG_SYS_PROMPT "lacie-kw> " > > Is this really a good thing? Over here I've been trying / hoping to > get everyone to just use 'U-Boot # ' as the prompt as this makes > automated testing easier and there's other run-time ways to see what > we're on. I quite like prompts that identify the board I'm on, but it's not a must either. Cc:ing Simon in cas his own patches re lacie_kw would be impacted by your suggestion. Amicalement, -- Albert.