summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-05-18 14:08:22 +0200
committerTom Rini <trini@konsulko.com>2015-06-08 10:45:11 -0400
commit2d908fa084a5b5e10a3726e80b42d2ce5100d079 (patch)
tree4a4085f118e279c5387d7434d0a567afe8f5b8b9 /README
parent20c20826efabf9ed64f5555bc8739bdbb89c1edd (diff)
downloadblackbird-obmc-uboot-2d908fa084a5b5e10a3726e80b42d2ce5100d079.tar.gz
blackbird-obmc-uboot-2d908fa084a5b5e10a3726e80b42d2ce5100d079.zip
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>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 0 insertions, 2 deletions
diff --git a/README b/README
index 119bbc994d..3b406c2820 100644
--- a/README
+++ b/README
@@ -977,8 +977,6 @@ The following options need to be configured:
CONFIG_AUTOBOOT_PROMPT
CONFIG_AUTOBOOT_DELAY_STR
CONFIG_AUTOBOOT_STOP_STR
- CONFIG_AUTOBOOT_DELAY_STR2
- CONFIG_AUTOBOOT_STOP_STR2
CONFIG_ZERO_BOOTDELAY_CHECK
CONFIG_RESET_TO_RETRY
OpenPOWER on IntegriCloud