From a91feaee0fa8ab3835061b04ca895be1d1281589 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 25 Sep 2019 12:32:41 +0200 Subject: ARM: zynq: Define default SYS_PROMPT All boards are using the same prompt that's why add it as default value to Kconfig to simplify defconfigs. Signed-off-by: Michal Simek --- cmd/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/Kconfig') diff --git a/cmd/Kconfig b/cmd/Kconfig index 4e61565aab..78865eb8b6 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -48,6 +48,7 @@ config SYS_LONGHELP config SYS_PROMPT string "Shell prompt" + default "Zynq> " if ARCH_ZYNQ default "=> " help This string is displayed in the command line to the left of the -- cgit v1.2.1