From cea17058280a34c9b74affaea053e80fc63c57fd Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 29 Jul 2015 18:15:55 +0200 Subject: 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. --- include/configs/sunxi-common.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3