]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards
authorFabio Estevam <fabio.estevam@freescale.com>
Thu, 31 Oct 2013 16:46:41 +0000 (14:46 -0200)
committerStefano Babic <sbabic@denx.de>
Thu, 31 Oct 2013 17:07:19 +0000 (18:07 +0100)
There is no real benefit in adding the board name into U-boot's prompt.

Use the simple "=> " prompt across FSL boards.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
include/configs/mx25pdk.h
include/configs/mx28evk.h
include/configs/mx31pdk.h
include/configs/mx35pdk.h
include/configs/mx51evk.h
include/configs/mx53evk.h
include/configs/mx53loco.h
include/configs/mx53smd.h
include/configs/mx6qarm2.h
include/configs/mx6sabre_common.h

index 543c4159efa182d8cfc971cc4b7b654dbb2c80c2..5e89168be844c9a694552d6794328d945df5c896 100644 (file)
@@ -65,7 +65,7 @@
 #define CONFIG_SYS_MMC_ENV_DEV 0
 
 /* U-Boot general configuration */
-#define CONFIG_SYS_PROMPT      "MX25PDK U-Boot > "
+#define CONFIG_SYS_PROMPT      "=> "
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_CBSIZE      256     /* Console I/O Buffer Size  */
 /* Print buffer sz */
index 07f88ca4c7df17ec58845c1ed6c7885bc07f43d8..fefd49957e1c98d9d3f2de9202c2e6218ff64d8a 100644 (file)
@@ -14,7 +14,7 @@
 /* System configurations */
 #define CONFIG_MX28                            /* i.MX28 SoC */
 #define CONFIG_MACH_TYPE       MACH_TYPE_MX28EVK
-#define CONFIG_SYS_PROMPT      "MX28EVK U-Boot > "
+#define CONFIG_SYS_PROMPT      "=> "
 
 /* U-Boot Commands */
 #define CONFIG_SYS_NO_FLASH
index d41f2cd411942a7f40a96b2634daa367b9370209..72ddab3485f7d0cf3b64f36e04e0899034cc0ab1 100644 (file)
  * Miscellaneous configurable options
  */
 #define CONFIG_SYS_LONGHELP    /* undef to save memory */
-#define CONFIG_SYS_PROMPT      "MX31PDK U-Boot > "
+#define CONFIG_SYS_PROMPT      "=> "
 #define CONFIG_SYS_CBSIZE      256     /* Console I/O Buffer Size */
 /* Print Buffer Size */
 #define CONFIG_SYS_PBSIZE      (CONFIG_SYS_CBSIZE + \
index 2f59104b83181714af92cddd60a990e7c840ba3f..59a379887774f6b4917124b1bb8e29ca8510d07f 100644 (file)
  * Miscellaneous configurable options
  */
 #define CONFIG_SYS_LONGHELP    /* undef to save memory */
-#define CONFIG_SYS_PROMPT      "MX35 U-Boot > "
+#define CONFIG_SYS_PROMPT      "=> "
 #define CONFIG_CMDLINE_EDITING
 #define CONFIG_SYS_HUSH_PARSER /* Use the HUSH parser */
 
index 04f518a22ab1ba7c765edf057b8bc096e1825a7f..fca1f492d4b7d81493d6fdf600df7849bd7f4c10 100644 (file)
  */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_SYS_HUSH_PARSER         /* use "hush" command parser */
-#define CONFIG_SYS_PROMPT              "MX51EVK U-Boot > "
+#define CONFIG_SYS_PROMPT              "=> "
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_CBSIZE              256     /* Console I/O Buffer Size */
 /* Print Buffer Size */
index fe5cf3c701253682578caf234aa7e68da248df7e..776a26f68c60bcba28901a14506e16940d31a5c0 100644 (file)
 /* Miscellaneous configurable options */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_SYS_HUSH_PARSER         /* use "hush" command parser */
-#define CONFIG_SYS_PROMPT              "MX53EVK U-Boot > "
+#define CONFIG_SYS_PROMPT              "=> "
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_CBSIZE              256     /* Console I/O Buffer Size */
 
index bd2fa43b95070836beabc24afb7309d34ced2a3a..d153a4f2eae9191354d9e1c3fd6044f65477cb04 100644 (file)
 /* Miscellaneous configurable options */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_SYS_HUSH_PARSER         /* use "hush" command parser */
-#define CONFIG_SYS_PROMPT              "MX53LOCO U-Boot > "
+#define CONFIG_SYS_PROMPT              "=> "
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */
 
index 12b2c0de8679145d32ee4d958a90508c75f86959..25ea71cd16ccc4b9e1a3ea41dcf65c3783fddc16 100644 (file)
 /* Miscellaneous configurable options */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_SYS_HUSH_PARSER         /* use "hush" command parser */
-#define CONFIG_SYS_PROMPT              "MX53SMD U-Boot > "
+#define CONFIG_SYS_PROMPT              "=> "
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_CBSIZE              256     /* Console I/O Buffer Size */
 
index ef3058c18ff6004bffe6e6f487b70d15e84a15d4..f44f3b46e6375fefb42624f1d8eb762f6262075d 100644 (file)
 /* Miscellaneous configurable options */
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_SYS_HUSH_PARSER
-#define CONFIG_SYS_PROMPT              "MX6QARM2 U-Boot > "
+#define CONFIG_SYS_PROMPT              "=> "
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_CBSIZE              256
 
index bf6113b2aa1a4e6cc095fee93ccfc17bf70b3c67..b0bb02ce8d604d85df093ac18e802438c9e245de 100644 (file)
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_SYS_HUSH_PARSER
 #define CONFIG_SYS_PROMPT_HUSH_PS2     "> "
-#define CONFIG_SYS_PROMPT              "U-Boot > "
+#define CONFIG_SYS_PROMPT              "=> "
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_CBSIZE              256