summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2015-07-29 18:15:55 +0200
committerKlaus Goger <klaus.goger@theobroma-systems.com>2015-07-30 18:44:09 +0200
commitcea17058280a34c9b74affaea053e80fc63c57fd (patch)
treeddf86d63a016b5c6373609e8a2657b3b16394e8f
parentaaf9539d3d7d3e8e01ae4cc8c31d0b136ea95a6a (diff)
ARM: sunxi: pangolin: Customize CLI prompt
Including "u-boot" in the prompt makes it clear to the user that he is in the u-boot shell and not in Linux.
-rw-r--r--include/configs/sunxi-common.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index f1fc9b7f3a..1f44802d52 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -50,7 +50,11 @@
*/
#define CONFIG_DISPLAY_CPUINFO
-#define CONFIG_SYS_PROMPT "sunxi# "
+#ifdef CONFIG_SUNXI_PANGOLIN
+# define CONFIG_SYS_PROMPT "a31 uq7 u-boot# "
+#else
+# define CONFIG_SYS_PROMPT "sunxi# "
+#endif
/* Serial & console */
#define CONFIG_SYS_NS16550