summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-09-25 13:37:15 +0300
committerMichal Simek <michal.simek@xilinx.com>2019-10-08 10:55:11 +0300
commit3c3886d75bd314ec3fe333abe16e99cd76829648 (patch)
tree1ffcdbec255508503d5fdf3867267cd2a50cb3d8 /cmd/Kconfig
parenta91feaee0fa8ab3835061b04ca895be1d1281589 (diff)
downloadu-boot-3c3886d75bd314ec3fe333abe16e99cd76829648.tar.xz
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 <michal.simek@xilinx.com> Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 78865eb8b6..80849ba7df 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