]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2
authorStefan Roese <sr@denx.de>
Mon, 18 May 2015 12:08:22 +0000 (14:08 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:24 +0000 (00:42 +0200)
commit3be0f4971b3b432ded1d75faee5ae2a54ccac2ad
treedbe43ff0849f5d09740b72fb186f82e23f1ea8b5
parent33f308c488a60a6568fbc10242e94a9c886ea3d1
autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2

These defines for a 2nd autoboot stop and delay string are nearly unused. Only
sc3 defines CONFIG_AUTOBOOT_DELAY_STR2. And a patch to remove this most likely
unmaintained board is also posted to the list.

By removing these defines the code will become cleaner and moving the remaining
compile options to Kconfig will get easier.

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Heiko Schocher <hs@denx.de>
README
common/autoboot.c
doc/README.autoboot