浏览代码

mx31pdk: Change the prompt as per other i.MX boards

Change the prompt as done in other i.MX boards.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Fabio Estevam 13 年之前
父节点
当前提交
b6e6ebbf3d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/configs/mx31pdk.h

+ 1 - 1
include/configs/mx31pdk.h

@@ -124,7 +124,7 @@
  * Miscellaneous configurable options
  * Miscellaneous configurable options
  */
  */
 #define CONFIG_SYS_LONGHELP	/* undef to save memory */
 #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 */
 #define CONFIG_SYS_CBSIZE	256	/* Console I/O Buffer Size */
 /* Print Buffer Size */
 /* Print Buffer Size */
 #define CONFIG_SYS_PBSIZE	(CONFIG_SYS_CBSIZE + \
 #define CONFIG_SYS_PBSIZE	(CONFIG_SYS_CBSIZE + \