summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2015-07-31 10:14:00 +0200
committerJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2015-07-31 10:14:00 +0200
commit0dcb9571dfa52f8ea83a74ee61b70d88c302876d (patch)
tree5a8c6c4782529bc76fe67be94226e4ec8b5b9c7b
parent727c2bee3becf9918b6693f315f48e64a7927c46 (diff)
Customize CLI prompt II
-rw-r--r--include/configs/sunxi-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 1f44802d52..9f3f62ac9a 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -51,7 +51,7 @@
#define CONFIG_DISPLAY_CPUINFO
#ifdef CONFIG_SUNXI_PANGOLIN
-# define CONFIG_SYS_PROMPT "a31 uq7 u-boot# "
+# define CONFIG_SYS_PROMPT "u-boot# "
#else
# define CONFIG_SYS_PROMPT "sunxi# "
#endif