diff mbox

[U-Boot,v5,2/2] vf610twr: Remove SoC name from U-Boot prompt

Message ID 1372423980-24348-2-git-send-email-otavio@ossystems.com.br
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Otavio Salvador June 28, 2013, 12:53 p.m. UTC
We've been dropping SoC name from U-Boot prompt as it increase
complexity for automatic testing and makes line longer for no good
reason.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None

 include/configs/vf610twr.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andy Voltz June 28, 2013, 1:07 p.m. UTC | #1
On Fri, Jun 28, 2013 at 08:53:00AM -0400, Otavio Salvador wrote:
> We've been dropping SoC name from U-Boot prompt as it increase
> complexity for automatic testing and makes line longer for no good
> reason.
> 
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

Tested-by: Andy Voltz <andy.voltz@timesys.com>
Stefano Babic June 28, 2013, 3 p.m. UTC | #2
On 28/06/2013 14:53, Otavio Salvador wrote:
> We've been dropping SoC name from U-Boot prompt as it increase
> complexity for automatic testing and makes line longer for no good
> reason.
> 
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h
index af772ca..5012fc8 100644
--- a/include/configs/vf610twr.h
+++ b/include/configs/vf610twr.h
@@ -177,7 +177,7 @@ 
 #define CONFIG_SYS_LONGHELP		/* undef to save memory */
 #define CONFIG_SYS_HUSH_PARSER		/* use "hush" command parser */
 #define CONFIG_SYS_PROMPT_HUSH_PS2	"> "
-#define CONFIG_SYS_PROMPT		"Vybrid U-Boot > "
+#define CONFIG_SYS_PROMPT		"=> "
 #undef CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_CBSIZE		256	/* Console I/O Buffer Size */
 #define CONFIG_SYS_PBSIZE		\