commit | a91feaee0fa8ab3835061b04ca895be1d1281589 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Wed Sep 25 12:32:41 2019 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Oct 08 09:55:11 2019 +0200 |
tree | ec9d30d37450f07fa19a64e16b9984baa9c5eabb | |
parent | 336c730150481566a23527e6553c45a4c3360ed6 [diff] [blame] |
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 <michal.simek@xilinx.com>
diff --git a/cmd/Kconfig b/cmd/Kconfig index 4e61565..78865eb 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig
@@ -48,6 +48,7 @@ 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