summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMatthias Michel <matthias.michel@siemens.com>2016-01-27 15:56:07 +0100
committerAndreas Bießmann <andreas.devel@googlemail.com>2016-02-18 21:34:41 +0100
commitb96fd8250160946e4371ba8d7075c8c5511b37a0 (patch)
tree6539222f7a2f2efa9c0d4995124dbe13b166619a /configs
parentede86ed26f56c5025684a1d171e3247f51a99ea2 (diff)
downloadtalos-obmc-uboot-b96fd8250160946e4371ba8d7075c8c5511b37a0.tar.gz
talos-obmc-uboot-b96fd8250160946e4371ba8d7075c8c5511b37a0.zip
siemens,at91: enable features for smartweb
New features for smartweb: * switch to hush command parser * change autoboot stop to <ESC><ESC> * allow to write ethaddr Signed-off-by: Matthias Michel <matthias.michel@siemens.com> Reviewed-by: Samuel Egli <samuel.egli@siemens.com> Cc: Roger Meier <r.meier@siemens.com> Cc: Heiko Schocher <hs@denx.de> Reviewed-by: Heiko Schocher <hs@denx.de> Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/smartweb_defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/smartweb_defconfig b/configs/smartweb_defconfig
index ee4340fd85..654bb4b385 100644
--- a/configs/smartweb_defconfig
+++ b/configs/smartweb_defconfig
@@ -3,4 +3,7 @@ CONFIG_ARCH_AT91=y
CONFIG_TARGET_SMARTWEB=y
CONFIG_SPL=y
CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9260"
-CONFIG_SYS_PROMPT="U-Boot> "
+CONFIG_SYS_PROMPT="U-Boot# "
+CONFIG_AUTOBOOT_KEYED=y
+CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc><Esc>\" to stop\n"
+CONFIG_AUTOBOOT_STOP_STR="\x1b\x1b"
OpenPOWER on IntegriCloud