From 5f17348aa8898bfc4051d58ad64450a7d0b2f319 Mon Sep 17 00:00:00 2001 From: Klaus Goger Date: Sun, 18 Sep 2016 11:24:36 +0200 Subject: 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. --- configs/A80_Armadillo_defconfig | 1 + 1 file changed, 1 insertion(+) 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# " -- cgit v1.2.3