summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Goger <klaus.goger@theobroma-systems.com>2016-09-18 11:24:36 +0200
committerKlaus Goger <klaus.goger@theobroma-systems.com>2016-09-18 20:22:03 +0200
commit5f17348aa8898bfc4051d58ad64450a7d0b2f319 (patch)
tree113ed2f8b1802849d8b5f4f0277c58e3122365ac
parentc14577d2e7c3b56172bb8c8d810b52e54f55f1c4 (diff)
ARM: sunxi: armadillo: 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.
-rw-r--r--configs/A80_Armadillo_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/A80_Armadillo_defconfig b/configs/A80_Armadillo_defconfig
index e4bfd51e99..ad1e54703c 100644
--- a/configs/A80_Armadillo_defconfig
+++ b/configs/A80_Armadillo_defconfig
@@ -58,3 +58,4 @@ CONFIG_CMD_SF=y
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
# CONFIG_CMD_FPGA is not set
+CONFIG_SYS_PROMPT="u-boot# "