diff mbox

[U-Boot,2/2] mx31pdk: Change the prompt as per other i.MX boards

Message ID 1316128703-1330-2-git-send-email-festevam@gmail.com
State Accepted
Commit b6e6ebbf3d4a384a28915f085c20f6862c0aa37d
Delegated to: Stefano Babic
Headers show

Commit Message

Fabio Estevam Sept. 15, 2011, 11:18 p.m. UTC
Change the prompt as done in other i.MX boards.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx31pdk.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Stefano Babic Sept. 16, 2011, 11:38 a.m. UTC | #1
On 09/16/2011 01:18 AM, Fabio Estevam wrote:
> Change the prompt as done in other i.MX boards.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  include/configs/mx31pdk.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h
> index e77805c..7f91f67 100644
> --- a/include/configs/mx31pdk.h
> +++ b/include/configs/mx31pdk.h
> @@ -123,7 +123,7 @@
>   * Miscellaneous configurable options
>   */
>  #define CONFIG_SYS_LONGHELP	/* undef to save memory */
> -#define CONFIG_SYS_PROMPT	"uboot> "
> +#define CONFIG_SYS_PROMPT	"MX31PDK U-Boot > "
>  #define CONFIG_SYS_CBSIZE	256	/* Console I/O Buffer Size */
>  /* Print Buffer Size */
>  #define CONFIG_SYS_PBSIZE	(CONFIG_SYS_CBSIZE + \

Acked-by : Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic
Stefano Babic Sept. 19, 2011, 9:35 a.m. UTC | #2
On 09/16/2011 01:18 AM, Fabio Estevam wrote:
> Change the prompt as done in other i.MX boards.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---

Hi Fabio,

>  include/configs/mx31pdk.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h
> index e77805c..7f91f67 100644
> --- a/include/configs/mx31pdk.h
> +++ b/include/configs/mx31pdk.h
> @@ -123,7 +123,7 @@
>   * Miscellaneous configurable options
>   */
>  #define CONFIG_SYS_LONGHELP	/* undef to save memory */
> -#define CONFIG_SYS_PROMPT	"uboot> "
> +#define CONFIG_SYS_PROMPT	"MX31PDK U-Boot > "
>  #define CONFIG_SYS_CBSIZE	256	/* Console I/O Buffer Size */
>  /* Print Buffer Size */
>  #define CONFIG_SYS_PBSIZE	(CONFIG_SYS_CBSIZE + \

Applied to u-boot-imx, next branch, thanks.

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h
index e77805c..7f91f67 100644
--- a/include/configs/mx31pdk.h
+++ b/include/configs/mx31pdk.h
@@ -123,7 +123,7 @@ 
  * Miscellaneous configurable options
  */
 #define CONFIG_SYS_LONGHELP	/* undef to save memory */
-#define CONFIG_SYS_PROMPT	"uboot> "
+#define CONFIG_SYS_PROMPT	"MX31PDK U-Boot > "
 #define CONFIG_SYS_CBSIZE	256	/* Console I/O Buffer Size */
 /* Print Buffer Size */
 #define CONFIG_SYS_PBSIZE	(CONFIG_SYS_CBSIZE + \