]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
autoboot.c: Move config options to Kconfig
authorStefan Roese <sr@denx.de>
Mon, 18 May 2015 12:08:23 +0000 (14:08 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:24 +0000 (00:42 +0200)
commit0aa7907e73426bde905d3f9255a61048497fce66
tree36a6bda16058cca77894530691ab731d82a5e755
parent3be0f4971b3b432ded1d75faee5ae2a54ccac2ad
autoboot.c: Move config options to Kconfig

This patch moves the following config options to Kconfig:

CONFIG_AUTOBOOT_KEYED
CONFIG_AUTOBOOT_PROMPT
CONFIG_AUTOBOOT_DELAY_STR
CONFIG_AUTOBOOT_STOP_STR
AUTOBOOT_KEYED_CTRLC

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
[trini: Drop ip04 and pm9263 configs/ additions, those boards previously
 set CONFIG_AUTOBOOT_PROMPT but never used it, re-run savedefconfig over
 all boards that did change. Make digsy_mtc_* string include seconds to
 match others and not warn. ]
Signed-off-by: Tom Rini <trini@konsulko.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
90 files changed:
common/Kconfig
common/autoboot.c
configs/CPCI4052_defconfig
configs/O2DNT2_RAMBOOT_defconfig
configs/O2DNT2_defconfig
configs/PLU405_defconfig
configs/PMC405DE_defconfig
configs/PMC440_defconfig
configs/UCP1020_SPIFLASH_defconfig
configs/UCP1020_defconfig
configs/a4m072_defconfig
configs/atngw100_defconfig
configs/atngw100mkii_defconfig
configs/atstk1002_defconfig
configs/atstk1003_defconfig
configs/atstk1004_defconfig
configs/atstk1006_defconfig
configs/calimain_defconfig
configs/cpuat91_defconfig
configs/cpuat91_ram_defconfig
configs/digsy_mtc_RAMBOOT_defconfig
configs/digsy_mtc_defconfig
configs/digsy_mtc_rev5_RAMBOOT_defconfig
configs/digsy_mtc_rev5_defconfig
configs/dlvision-10g_defconfig
configs/draco_defconfig
configs/dxr2_defconfig
configs/favr-32-ezkit_defconfig
configs/gdppc440etx_defconfig
configs/grasshopper_defconfig
configs/hammerhead_defconfig
configs/highbank_defconfig
configs/hrcon_defconfig
configs/ids8313_defconfig
configs/intip_defconfig
configs/io64_defconfig
configs/io_defconfig
configs/iocon_defconfig
configs/motionpro_defconfig
configs/nokia_rx51_defconfig
configs/omap3_mvblx_defconfig
configs/ph1_ld4_defconfig
configs/ph1_pro4_defconfig
configs/ph1_sld8_defconfig
configs/pxm2_defconfig
configs/rut_defconfig
configs/spear600_defconfig
configs/stv0991_defconfig
configs/x600_defconfig
configs/zmx25_defconfig
include/configs/CPCI4052.h
include/configs/PLU405.h
include/configs/PMC405DE.h
include/configs/PMC440.h
include/configs/UCP1020.h
include/configs/a4m072.h
include/configs/atngw100.h
include/configs/atngw100mkii.h
include/configs/atstk1002.h
include/configs/atstk1003.h
include/configs/atstk1004.h
include/configs/atstk1006.h
include/configs/bf537-stamp.h
include/configs/calimain.h
include/configs/cpuat91.h
include/configs/digsy_mtc.h
include/configs/dlvision-10g.h
include/configs/favr-32-ezkit.h
include/configs/gdppc440etx.h
include/configs/grasshopper.h
include/configs/hammerhead.h
include/configs/highbank.h
include/configs/hrcon.h
include/configs/ids8313.h
include/configs/intip.h
include/configs/io.h
include/configs/io64.h
include/configs/iocon.h
include/configs/ip04.h
include/configs/motionpro.h
include/configs/nokia_rx51.h
include/configs/o2dnt-common.h
include/configs/omap3_mvblx.h
include/configs/pm9263.h
include/configs/siemens-am33x-common.h
include/configs/spear-common.h
include/configs/stv0991.h
include/configs/uniphier.h
include/configs/x600.h
include/configs/zmx25.h