From 3c3886d75bd314ec3fe333abe16e99cd76829648 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 25 Sep 2019 12:37:15 +0200 Subject: arm64: zynqmp: 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 Reviewed-by: Luca Ceresoli --- cmd/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd') diff --git a/cmd/Kconfig b/cmd/Kconfig index 78865eb8b65..80849ba7df1 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -49,6 +49,7 @@ config SYS_LONGHELP config SYS_PROMPT string "Shell prompt" default "Zynq> " if ARCH_ZYNQ + default "ZynqMP> " if ARCH_ZYNQMP default "=> " help This string is displayed in the command line to the left of the -- cgit v1.2.3