2015-03-12 13:24:39 +09:00
|
|
|
CONFIG_ARM=y
|
2017-04-25 13:10:11 +09:00
|
|
|
CONFIG_ARCH_OMAP2PLUS=y
|
2016-09-12 23:18:39 -06:00
|
|
|
CONFIG_SPL_GPIO_SUPPORT=y
|
2016-09-12 23:18:41 -06:00
|
|
|
CONFIG_SPL_LIBCOMMON_SUPPORT=y
|
2016-09-12 23:18:43 -06:00
|
|
|
CONFIG_SPL_LIBGENERIC_SUPPORT=y
|
2017-06-09 16:59:17 -04:00
|
|
|
CONFIG_AM33XX=y
|
|
|
|
CONFIG_TARGET_BRXRE1=y
|
2016-09-12 23:18:44 -06:00
|
|
|
CONFIG_SPL_MMC_SUPPORT=y
|
2016-09-12 23:18:56 -06:00
|
|
|
CONFIG_SPL_SERIAL_SUPPORT=y
|
2017-10-16 14:08:26 -05:00
|
|
|
# CONFIG_SPL_NAND_SUPPORT is not set
|
2018-04-07 20:27:54 -04:00
|
|
|
CONFIG_SPL=y
|
2015-05-12 14:46:24 -05:00
|
|
|
CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1"
|
autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK
As the help message of CONFIG_BOOTDELAY says, CONFIG_BOOTDELAY=-2
means the autoboot with no delay, with no abort check even if
CONFIG_ZERO_BOOTDELAY_CHECK is defined.
To sum up, the autoboot behaves as follows:
[1] CONFIG_BOOTDELAY=0 && CONFIG_ZERO_BOOTDELAY_CHECK=y
autoboot with no delay, but you can abort it by key input
[2] CONFIG_BOOTDELAY=0 && CONFIG_ZERO_BOOTDELAY_CHECK=n
autoboot with no delay, with no check for abort
[3] CONFIG_BOOTDELAY=-1
disable autoboot
[4] CONFIG_BOOTDELAY=-2
autoboot with no delay, with no check for abort
As you notice, [2] and [4] come to the same result, which means we
do not need CONFIG_ZERO_BOOTDELAY_CHECK. We can control all the
cases only by CONFIG_BOOTDELAY, like this:
[1] CONFIG_BOOTDELAY=0
autoboot with no delay, but you can abort it by key input
[2] CONFIG_BOOTDELAY=-1
disable autoboot
[3] CONFIG_BOOTDELAY=-2
autoboot with no delay, with no check for abort
This commit converts the logic as follow:
CONFIG_BOOTDELAY=0 && CONFIG_ZERO_BOOTDELAY_CHECK=n
--> CONFIG_BOOTDELAY=-2
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Vladimir Zapolskiy <vz@mleia.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Acked-by: Christian Riesch <christian.riesch@omicronenergy.com>
Acked-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
2016-06-27 16:23:01 +09:00
|
|
|
CONFIG_BOOTDELAY=-2
|
2016-10-17 20:12:37 -06:00
|
|
|
# CONFIG_CONSOLE_MUX is not set
|
|
|
|
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
|
2016-10-17 20:12:59 -06:00
|
|
|
CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y
|
2016-10-17 20:13:00 -06:00
|
|
|
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
2016-09-09 08:12:49 +02:00
|
|
|
CONFIG_VERSION_VARIABLE=y
|
2016-10-08 14:41:44 -04:00
|
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
2016-10-11 21:33:46 -04:00
|
|
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
2017-01-23 13:31:21 -07:00
|
|
|
CONFIG_ARCH_MISC_INIT=y
|
2017-03-13 13:48:42 -04:00
|
|
|
CONFIG_SPL_I2C_SUPPORT=y
|
2017-06-19 09:47:40 -04:00
|
|
|
CONFIG_SPL_POWER_SUPPORT=y
|
2017-03-13 13:48:42 -04:00
|
|
|
CONFIG_SPL_YMODEM_SUPPORT=y
|
2016-02-19 12:09:44 +01:00
|
|
|
CONFIG_HUSH_PARSER=y
|
2015-09-29 08:43:33 +02:00
|
|
|
# CONFIG_CMD_BOOTD is not set
|
|
|
|
# CONFIG_CMD_BOOTM is not set
|
2016-04-24 17:29:26 -04:00
|
|
|
CONFIG_CMD_BOOTZ=y
|
2015-09-29 08:43:33 +02:00
|
|
|
# CONFIG_CMD_GO is not set
|
2015-06-22 16:15:30 -05:00
|
|
|
# CONFIG_CMD_IMI is not set
|
|
|
|
# CONFIG_CMD_XIMG is not set
|
|
|
|
# CONFIG_CMD_EDITENV is not set
|
2014-09-16 16:33:01 +09:00
|
|
|
# CONFIG_CMD_CRC32 is not set
|
2017-02-05 10:42:56 +09:00
|
|
|
CONFIG_CMD_UNZIP=y
|
2017-08-14 19:58:53 -04:00
|
|
|
# CONFIG_CMD_FLASH is not set
|
|
|
|
CONFIG_CMD_GPIO=y
|
|
|
|
CONFIG_CMD_I2C=y
|
2015-06-22 16:15:30 -05:00
|
|
|
# CONFIG_CMD_LOADB is not set
|
|
|
|
# CONFIG_CMD_LOADS is not set
|
2016-04-24 17:29:26 -04:00
|
|
|
CONFIG_CMD_MMC=y
|
2016-02-19 12:09:44 +01:00
|
|
|
CONFIG_CMD_USB=y
|
2015-06-22 16:15:30 -05:00
|
|
|
# CONFIG_CMD_ITEST is not set
|
|
|
|
# CONFIG_CMD_SETEXPR is not set
|
2016-02-19 12:09:44 +01:00
|
|
|
CONFIG_CMD_DHCP=y
|
2015-06-22 16:15:30 -05:00
|
|
|
# CONFIG_CMD_NFS is not set
|
2016-02-19 12:09:44 +01:00
|
|
|
CONFIG_CMD_PING=y
|
2017-04-26 22:27:55 -06:00
|
|
|
CONFIG_CMD_BMP=y
|
2016-02-19 12:09:44 +01:00
|
|
|
CONFIG_CMD_TIME=y
|
2016-04-24 17:29:26 -04:00
|
|
|
CONFIG_CMD_FAT=y
|
|
|
|
CONFIG_CMD_FS_GENERIC=y
|
2017-08-28 07:16:32 -04:00
|
|
|
CONFIG_ENV_IS_IN_MMC=y
|
2016-02-19 12:09:44 +01:00
|
|
|
CONFIG_NETCONSOLE=y
|
2018-02-06 07:58:59 -06:00
|
|
|
CONFIG_BOOTP_DNS=y
|
|
|
|
CONFIG_BOOTP_GATEWAY=y
|
|
|
|
CONFIG_BOOTP_SUBNETMASK=y
|
2017-01-10 13:32:07 +09:00
|
|
|
CONFIG_MMC_OMAP_HS=y
|
2017-08-01 17:19:59 -07:00
|
|
|
CONFIG_PHYLIB=y
|
2015-11-19 21:48:14 +08:00
|
|
|
CONFIG_SYS_NS16550=y
|
2016-02-19 12:09:44 +01:00
|
|
|
CONFIG_USB=y
|
|
|
|
CONFIG_USB_MUSB_HOST=y
|
2017-12-29 08:16:05 -06:00
|
|
|
CONFIG_USB_MUSB_DSPS=y
|
2016-02-19 12:09:44 +01:00
|
|
|
CONFIG_USB_STORAGE=y
|
2017-04-26 22:27:57 -06:00
|
|
|
CONFIG_SYS_WHITE_ON_BLACK=y
|
2016-10-17 20:12:56 -06:00
|
|
|
CONFIG_LCD=y
|
2017-06-09 16:59:17 -04:00
|
|
|
# CONFIG_OMAP_WATCHDOG is not set
|
2017-06-02 11:03:50 -04:00
|
|
|
CONFIG_FAT_WRITE=y
|
2016-03-21 06:47:40 -07:00
|
|
|
CONFIG_OF_LIBFDT=y
|
2016-03-04 01:10:07 +01:00
|
|
|
# CONFIG_EFI_LOADER is not set
|