u-boot-brain/configs
Masahiro Yamada 2fbb8462b0 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-07-01 17:42:55 -04:00
..
3c120_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
10m50_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
A10-OLinuXino-Lime_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
A10s-OLinuXino-M_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
A13-OLinuXinoM_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
A13-OLinuXino_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
A20-OLinuXino-Lime2_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
A20-OLinuXino-Lime_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
A20-OLinuXino_MICRO_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
A20-Olimex-SOM-EVB_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
Ainol_AW1_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Ampe_A76_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Auxtek-T003_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Auxtek-T004_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
B4420QDS_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
B4420QDS_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
B4420QDS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
B4860QDS_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
B4860QDS_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
B4860QDS_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
B4860QDS_SRIO_PCIE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
B4860QDS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9131RDB_NAND_SYSCLK100_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9131RDB_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9131RDB_SPIFLASH_SYSCLK100_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9131RDB_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9132QDS_NAND_DDRCLK100_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9132QDS_NAND_DDRCLK133_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9132QDS_NOR_DDRCLK100_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9132QDS_NOR_DDRCLK133_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9132QDS_SDCARD_DDRCLK100_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9132QDS_SDCARD_DDRCLK133_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9132QDS_SPIFLASH_DDRCLK100_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
BSC9132QDS_SPIFLASH_DDRCLK133_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
Bananapi_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Bananapro_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
C29XPCIE_NAND_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
C29XPCIE_NOR_SECBOOT_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
C29XPCIE_SPIFLASH_SECBOOT_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
C29XPCIE_SPIFLASH_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
C29XPCIE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
CHIP_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
CPCI2DP_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
CPCI4052_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
CSQ_CS908_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Chuwi_V7_CW0825_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
Colombus_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Cubieboard2_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Cubieboard_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
Cubietruck_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Cubietruck_plus_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
Cyrus_P5020_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
Cyrus_P5040_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
Empire_electronix_d709_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Hummingbird_A31_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Hyundai_A7HD_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
Itead_Ibox_A20_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Lamobo_R1_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Linksprite_pcDuino3_Nano_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Linksprite_pcDuino3_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Linksprite_pcDuino_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5208EVBE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5235EVB_Flash32_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5235EVB_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5249EVB_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
M5253DEMO_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M5253EVBE_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M5272C3_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M5275EVB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M5282EVB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M5329AFEE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5329BFEE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5373EVB_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5475AFE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5475BFE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5475CFE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5475DFE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5475EFE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5475FFE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5475GFE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5485AFE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5485BFE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5485CFE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5485DFE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5485EFE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5485FFE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5485GFE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M5485HFE_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M52277EVB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M52277EVB_stmicro_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
M53017EVB_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M54418TWR_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
M54418TWR_nand_mii_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
M54418TWR_nand_rmii_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
M54418TWR_nand_rmii_lowfreq_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
M54418TWR_serial_mii_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
M54418TWR_serial_rmii_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
M54451EVB_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M54451EVB_stmicro_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M54455EVB_a66_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M54455EVB_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M54455EVB_i66_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M54455EVB_intel_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
M54455EVB_stm33_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
MIP405T_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MIP405_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MK808C_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
MPC832XEMDS_ATM_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC832XEMDS_HOST_33_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC832XEMDS_HOST_66_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC832XEMDS_SLAVE_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC832XEMDS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC837XEMDS_HOST_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC837XEMDS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC837XERDB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8308RDB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8313ERDB_33_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8313ERDB_66_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8313ERDB_NAND_33_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8313ERDB_NAND_66_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8315ERDB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8323ERDB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8349EMDS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8349ITXGP_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8349ITX_LOWBOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8349ITX_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8536DS_36BIT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8536DS_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8536DS_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8536DS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8540ADS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8541CDS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8541CDS_legacy_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8544DS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8548CDS_36BIT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8548CDS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8548CDS_legacy_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8555CDS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8555CDS_legacy_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8560ADS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8568MDS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8569MDS_ATM_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8569MDS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8572DS_36BIT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8572DS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8610HPCD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8641HPCN_36BIT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MPC8641HPCN_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
MSI_Primo73_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
MSI_Primo81_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Marsboard_A10_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
Mele_A1000G_quad_defconfig sunxi: Add INITIAL_USB_SCAN_DELAY to Mele_A1000G_quad_defconfig 2016-06-10 12:09:38 +02:00
Mele_A1000_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
Mele_I7_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Mele_M3_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Mele_M5_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Mele_M9_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Merrii_A80_Optimus_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
MigoR_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
Mini-X_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
MiniFAP_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
O2D300_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
O2DNT2_RAMBOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
O2DNT2_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
O2D_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
O2I_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
O2MNT_O2M110_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
O2MNT_O2M112_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
O2MNT_O2M113_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
O2MNT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
O3DNT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
Orangepi_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Orangepi_mini_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PA_36BIT_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PA_36BIT_NOR_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PA_36BIT_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PA_36BIT_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PA_NAND_SECBOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PA_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PA_NOR_SECBOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PA_NOR_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PA_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PA_SPIFLASH_SECBOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PA_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PB_36BIT_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PB_36BIT_NOR_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PB_36BIT_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PB_36BIT_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PB_NAND_SECBOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PB_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PB_NOR_SECBOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PB_NOR_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PB_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PB_SPIFLASH_SECBOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1010RDB-PB_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020MBG-PC_36BIT_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020MBG-PC_36BIT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020MBG-PC_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020MBG-PC_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020RDB-PC_36BIT_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020RDB-PC_36BIT_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020RDB-PC_36BIT_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020RDB-PC_36BIT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020RDB-PC_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020RDB-PC_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020RDB-PC_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020RDB-PC_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020RDB-PD_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020RDB-PD_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020RDB-PD_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020RDB-PD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020UTM-PC_36BIT_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020UTM-PC_36BIT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020UTM-PC_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1020UTM-PC_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1021RDB-PC_36BIT_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1021RDB-PC_36BIT_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1021RDB-PC_36BIT_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1021RDB-PC_36BIT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1021RDB-PC_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1021RDB-PC_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1021RDB-PC_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1021RDB-PC_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1022DS_36BIT_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1022DS_36BIT_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1022DS_36BIT_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1022DS_36BIT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1022DS_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1022DS_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1022DS_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1022DS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1023RDB_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
P1024RDB_36BIT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1024RDB_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1024RDB_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1024RDB_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1024RDB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1025RDB_36BIT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1025RDB_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1025RDB_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1025RDB_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P1025RDB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P2020RDB-PC_36BIT_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P2020RDB-PC_36BIT_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P2020RDB-PC_36BIT_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P2020RDB-PC_36BIT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P2020RDB-PC_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P2020RDB-PC_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P2020RDB-PC_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P2020RDB-PC_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P2041RDB_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P2041RDB_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P2041RDB_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P2041RDB_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P2041RDB_SRIO_PCIE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P2041RDB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P3041DS_NAND_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P3041DS_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P3041DS_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P3041DS_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P3041DS_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P3041DS_SRIO_PCIE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P3041DS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P4080DS_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P4080DS_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P4080DS_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P4080DS_SRIO_PCIE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P4080DS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P5020DS_NAND_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P5020DS_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P5020DS_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P5020DS_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P5020DS_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P5020DS_SRIO_PCIE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P5020DS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P5040DS_NAND_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P5040DS_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P5040DS_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P5040DS_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P5040DS_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
P5040DS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
PATI_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
PIP405_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
PLU405_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
PMC405DE_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
PMC440_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
Sinlinx_SinA31s_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Sinlinx_SinA33_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Sinovoip_BPI_M2_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Sinovoip_BPI_M3_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
T1023RDB_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1023RDB_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1023RDB_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1023RDB_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1023RDB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1024QDS_DDR4_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1024QDS_DDR4_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1024QDS_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1024QDS_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1024QDS_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1024QDS_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1024QDS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1024RDB_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1024RDB_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1024RDB_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1024RDB_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1024RDB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1040D4RDB_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1040D4RDB_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1040D4RDB_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1040D4RDB_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1040D4RDB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1040QDS_DDR4_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1040QDS_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1040QDS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1040RDB_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1040RDB_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1040RDB_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1040RDB_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1040RDB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1042D4RDB_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1042D4RDB_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1042D4RDB_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1042D4RDB_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1042D4RDB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1042RDB_PI_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1042RDB_PI_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1042RDB_PI_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1042RDB_PI_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1042RDB_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T1042RDB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T2080QDS_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T2080QDS_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T2080QDS_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T2080QDS_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T2080QDS_SRIO_PCIE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T2080QDS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T2080RDB_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T2080RDB_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T2080RDB_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T2080RDB_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T2080RDB_SRIO_PCIE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T2080RDB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T2081QDS_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T2081QDS_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T2081QDS_SPIFLASH_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T2081QDS_SRIO_PCIE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T2081QDS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T4160QDS_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T4160QDS_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T4160QDS_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T4160QDS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T4160RDB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T4240QDS_NAND_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T4240QDS_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T4240QDS_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T4240QDS_SRIO_PCIE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T4240QDS_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T4240RDB_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
T4240RDB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM823L_LCD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM823L_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM823M_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM834x_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM850L_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM850M_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM855L_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM855M_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM860L_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM860M_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM862L_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM862M_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM866M_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM885D_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM5200S_HIGHBOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM5200S_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM5200_B_HIGHBOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM5200_B_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM5200_STK100_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TQM5200_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TTTech_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
TWR-P1025_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
UCP1020_SPIFLASH_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
UCP1020_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
UTOO_P66_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
VCMA9_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
VOM405_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
Wexler_TAB7200_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Wits_Pro_A20_DKT_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Wobo_i5_defconfig sunxi: Enable ALDO3 and ALDO4 in Wobo_i5_defconfig 2016-06-10 12:09:38 +02:00
Yones_Toptech_BD1078_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
Yones_Toptech_BS1078_V2_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
a3m071_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
a4m2k_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
a4m072_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
ac14xx_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
acadia_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
adp-ag101p_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
alt_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
am43xx_evm_defconfig usb: move CONFIG_USB_XHCI_DWC3 to Kconfig 2016-06-04 00:43:53 +02:00
am43xx_evm_ethboot_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
am43xx_evm_qspiboot_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
am43xx_evm_usbhost_boot_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
am43xx_hs_evm_defconfig ARM: AM437x: Align HS device variant defconfig filename 2016-07-01 17:42:53 -04:00
am57xx_evm_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
am57xx_evm_nodt_defconfig board: am57xx: Rename TARGET_BEAGLE_X15 as TARGET_AM57XX_EVM 2016-06-13 08:56:36 -04:00
am57xx_hs_evm_defconfig ARM: AM57xx: Enable FIT for HS Devices 2016-06-17 09:51:02 -04:00
am335x_baltos_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
am335x_boneblack_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
am335x_boneblack_vboot_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
am335x_evm_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
am335x_evm_nor_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
am335x_evm_norboot_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
am335x_evm_spiboot_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
am335x_evm_usbspl_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
am335x_igep0033_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
am335x_shc_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
am335x_shc_ict_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
am335x_shc_netboot_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
am335x_shc_prompt_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
am335x_shc_sdboot_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
am335x_shc_sdboot_prompt_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
am335x_sl50_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
am3517_crane_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
am3517_evm_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
amcore_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
ap121_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ap143_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ap325rxa_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ap_sh4a_4a_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
apalis_t30_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
apf27_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
apx4devkit_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
arcangel4-be_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
arcangel4_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
arches_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
aria_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
aristainetos2_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
aristainetos2b_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
aristainetos_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
armadillo-800eva_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
arndale_defconfig arm: exynos: realign the code to allow support for newer 64-bit platforms 2016-05-25 10:00:19 +09:00
aspenite_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
astro_mcf5373l_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
at91rm9200ek_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91rm9200ek_ram_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9g10ek_dataflash_cs0_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9g10ek_dataflash_cs3_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9g10ek_nandflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9g20ek_2mmc_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9g20ek_2mmc_nandflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9g20ek_dataflash_cs0_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9g20ek_dataflash_cs1_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9g20ek_nandflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9m10g45ek_mmc_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9m10g45ek_nandflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9n12ek_mmc_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9n12ek_nandflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9n12ek_spiflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9rlek_dataflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9rlek_mmc_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9rlek_nandflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9x5ek_dataflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9x5ek_mmc_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9x5ek_nandflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9x5ek_spiflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9xeek_dataflash_cs0_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9xeek_dataflash_cs1_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9xeek_nandflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9260ek_dataflash_cs0_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9260ek_dataflash_cs1_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9260ek_nandflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9261ek_dataflash_cs0_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9261ek_dataflash_cs3_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9261ek_nandflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9263ek_dataflash_cs0_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9263ek_dataflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9263ek_nandflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9263ek_norflash_boot_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
at91sam9263ek_norflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
atngw100_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
atngw100mkii_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
atstk1002_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
axm_defconfig arm: at91: taurus/axm: add DM and DTS support 2016-06-26 20:17:22 +02:00
axs101_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
axs103_defconfig axs103: Bump CPU frequency from 50MHz to 100MHz 2016-06-13 14:38:05 +02:00
ba10_tv_box_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
bamboo_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
bayleybay_defconfig x86: baytrail: Enable SeaBIOS on all boards 2016-05-23 15:18:00 +08:00
bcm11130_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
bcm11130_nand_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
bcm23550_w1d_defconfig arm: bcm235xx: implement the boot0 hook code 2016-06-24 17:24:37 -04:00
bcm28155_ap_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
bcm28155_w1d_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
bcm911360_entphn-ns_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
bcm911360_entphn_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
bcm911360k_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
bcm958300k-ns_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
bcm958300k_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
bcm958305k_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
bcm958622hr_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
bct-brettl2_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
beaver_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
bf506f-ezkit_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
bf518f-ezbrd_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
bf525-ucr2_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
bf526-ezbrd_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
bf527-ad7160-eval_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
bf527-ezkit-v2_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
bf527-ezkit_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
bf527-sdp_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
bf533-ezkit_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
bf533-stamp_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
bf537-minotaur_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
bf537-pnav_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
bf537-srv1_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
bf537-stamp_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
bf538f-ezkit_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
bf548-ezkit_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
bf561-acvilon_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
bf561-ezkit_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
bf609-ezkit_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
bg0900_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
birdland_bav335a_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
birdland_bav335b_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
blackstamp_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
blackvme_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
br4_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
brppt1_mmc_defconfig autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
brppt1_nand_defconfig autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
brppt1_spi_defconfig autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
brxre1_defconfig autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
bubinga_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
caddy2_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
cairo_defconfig autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
calimain_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
cam5200_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
cam5200_niosflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
canmb_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
canyonlands_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
cardhu_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
cgtqmx6eval_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
charon_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
chromebook_jerry_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
chromebook_link_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
chromebook_samus_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
chromebox_panther_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
clearfog_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
cm-bf527_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
cm-bf533_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
cm-bf537e_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
cm-bf537u_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
cm-bf548_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
cm-bf561_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
cm5200_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
cm_fx6_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
cm_t35_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
cm_t43_defconfig usb: move CONFIG_USB_XHCI_DWC3 to Kconfig 2016-06-04 00:43:53 +02:00
cm_t54_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
cm_t335_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
cm_t3517_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
cobra5272_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
colibri_pxa270_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
colibri_t20_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
colibri_t30_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
colibri_vf_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
colorfly_e708_q1_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
conga-qeval20-qa3-e3845_defconfig x86: baytrail: Enable SeaBIOS on all boards 2016-05-23 15:18:00 +08:00
controlcenterd_36BIT_SDCARD_DEVELOP_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
controlcenterd_36BIT_SDCARD_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
controlcenterd_TRAILBLAZER_DEVELOP_defconfig autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
controlcenterd_TRAILBLAZER_defconfig autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
coreboot-x86_defconfig x86: Enable regmap and syscon for coreboot and qemu-x86 2016-06-12 12:19:35 +08:00
corvus_defconfig corvus DTS / DM support 2016-06-26 20:17:22 +02:00
cougarcanyon2_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
crownbay_defconfig x86: crownbay: Disable boot stage support 2016-05-23 15:18:00 +08:00
d2net_v2_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
da850_am18xxevm_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
da850evm_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
da850evm_direct_nor_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
dalmore_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
db-88f6720_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
db-88f6820-gp_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
db-mv784mp-gp_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
dbau1000_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
dbau1100_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
dbau1500_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
dbau1550_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
dbau1550_el_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
devconcenter_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
devkit3250_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
devkit8000_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
difrnce_dit4350_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
digsy_mtc_RAMBOOT_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
digsy_mtc_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
digsy_mtc_rev5_RAMBOOT_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
digsy_mtc_rev5_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
dlvision-10g_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
dlvision_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
dnp5370_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
dns325_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
dockstar_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
dra7xx_evm_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
dra7xx_hs_evm_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
draco_defconfig arm, am335x: siemens: enable DM/DTS support 2016-06-17 09:51:05 -04:00
dragonboard410c_defconfig Rename reset to sysreset 2016-05-26 20:48:31 -06:00
dreamplug_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ds414_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
dserve_dsrv9703c_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
duovero_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
e2220-1170_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
ea20_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
eb_cpu5282_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
eb_cpu5282_internal_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
eco5pk_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ecovec_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
edb9315a_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
edminiv2_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
efi-x86_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
espresso7420_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
espt_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
etamin_defconfig arm, am335x: siemens: enable DM/DTS support 2016-06-17 09:51:05 -04:00
ethernut5_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
evb-rk3036_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
firefly-rk3288_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
flea3_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
fo300_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ga10h_v1_1_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
galileo_defconfig x86: galileo: Enable ACPI table generation 2016-05-30 10:21:12 +08:00
gdppc440etx_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ge_b450v3_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
ge_b650v3_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
ge_b850v3_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
glacier_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
glacier_ramboot_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
goflexhome_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
gose_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
gplugd_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
gr_cpci_ax2000_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
gr_ep2s60_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
gr_xc3s_1500_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
grasshopper_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
grsim_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
grsim_leon2_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
gt90h_v4_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
gurnard_defconfig Move CONFIG_SYS_HUSH_PARSER to Kconfig for last 4 boards 2016-06-24 17:24:33 -04:00
guruplug_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
gwventana_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
h8_homlet_v2_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
h2200_defconfig configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
haleakala_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
harmony_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
highbank_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
hikey_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
hrcon_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
hrcon_dh_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
i12-tvbox_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
iNet_3F_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
iNet_3W_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
iNet_86VS_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
ib62x0_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ibf-dsp561_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
icnova-a20-swac_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
icon_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
iconnect_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ids8313_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
igep0020_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
igep0020_nand_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
igep0030_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
igep0030_nand_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
igep0032_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
imx31_phycore_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
imx31_phycore_eet_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
inet1_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
inet9f_rev03_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
inet86dz_defconfig sunxi: Add defconfig and dts file for inet86dz board 2016-06-20 22:43:59 +02:00
inet97fv2_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
inet98v_rev2_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
inetspace_v2_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
inka4x0_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
integratorap_cm720t_defconfig configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
integratorap_cm920t_defconfig configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
integratorap_cm926ejs_defconfig configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
integratorap_cm946es_defconfig configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
integratorcp_cm920t_defconfig configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
integratorcp_cm926ejs_defconfig configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
integratorcp_cm946es_defconfig configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
integratorcp_cm1136_defconfig configs: Re-sync almost all of cmd/Kconfig 2016-04-25 15:09:40 -04:00
intip_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
io64_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
io_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
iocon_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ip04_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
ipam390_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
ipek01_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
jesurun_q5_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
jetson-tk1_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
jupiter_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
k2e_evm_defconfig usb: move CONFIG_USB_XHCI_DWC3 to Kconfig 2016-06-04 00:43:53 +02:00
k2g_evm_defconfig usb: move CONFIG_USB_XHCI_DWC3 to Kconfig 2016-06-04 00:43:53 +02:00
k2hk_evm_defconfig usb: move CONFIG_USB_XHCI_DWC3 to Kconfig 2016-06-04 00:43:53 +02:00
k2l_evm_defconfig usb: move CONFIG_USB_XHCI_DWC3 to Kconfig 2016-06-04 00:43:53 +02:00
katmai_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
kc1_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
kilauea_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
km_kirkwood_128m16_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
km_kirkwood_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
km_kirkwood_pci_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
kmcoge4_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
kmcoge5ne_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
kmcoge5un_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
kmeter1_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
kmlion1_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
kmnusa_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
kmopti2_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
kmsugp1_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
kmsupx5_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
kmsuv31_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
kmtegr1_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
kmtepr2_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
kmvect1_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
koelsch_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
kylin-rk3036_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
kzm9g_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
lager_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
legoev3_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
ls1012afrdm_qspi_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
ls1012aqds_qspi_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
ls1012ardb_qspi_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
ls1021aqds_ddr4_nor_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls1021aqds_ddr4_nor_lpuart_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls1021aqds_nand_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
ls1021aqds_nor_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls1021aqds_nor_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls1021aqds_nor_lpuart_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls1021aqds_qspi_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
ls1021aqds_sdcard_ifc_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
ls1021aqds_sdcard_qspi_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
ls1021atwr_nor_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls1021atwr_nor_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls1021atwr_nor_lpuart_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls1021atwr_qspi_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
ls1021atwr_sdcard_ifc_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
ls1021atwr_sdcard_qspi_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
ls1043aqds_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls1043aqds_lpuart_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls1043aqds_nand_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
ls1043aqds_nor_ddr3_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls1043aqds_qspi_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
ls1043aqds_sdcard_ifc_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
ls1043aqds_sdcard_qspi_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
ls1043ardb_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls1043ardb_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls1043ardb_nand_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
ls1043ardb_sdcard_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
ls2080a_emu_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls2080a_simu_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls2080aqds_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls2080aqds_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls2080aqds_nand_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
ls2080aqds_qspi_defconfig configs: Re-sync after boot menu changes 2016-06-28 15:54:00 -04:00
ls2080ardb_SECURE_BOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls2080ardb_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ls2080ardb_nand_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
lschlv2_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
lsxhl_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
luan_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
lwmon5_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
m28evk_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
m53evk_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ma5d4evk_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
makalu_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
malta64_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
malta64el_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
malta_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
maltael_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
marsboard_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
maxbcm_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mcx_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mecp5123_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
medcom-wide_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
meesc_dataflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
meesc_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mgcoge3ne_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
mgcoge3un_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
mgcoge_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
microblaze-generic_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
minnowmax_defconfig x86: baytrail: Enable SeaBIOS on all boards 2016-05-23 15:18:00 +08:00
mixtile_loftq_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
mk802_a10s_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
mk802_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mk802ii_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
motionpro_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
mpc5121ads_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mpc5121ads_rev2_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mpc8308_p1m_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mpr2_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
ms7720se_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
ms7722se_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ms7750se_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mt_ventoux_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
munices_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mx6cuboxi_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
mx6dlarm2_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx6dlarm2_lpddr2_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx6dlsabreauto_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx6dlsabresd_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx6qarm2_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx6qarm2_lpddr2_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx6qpsabreauto_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx6qsabreauto_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx6qsabrelite_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx6qsabresd_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx6sabresd_spl_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx6slevk_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx6slevk_spinor_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx6slevk_spl_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx6sxsabreauto_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx6sxsabresd_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx6sxsabresd_spl_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx6ul_9x9_evk_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx6ul_14x14_evk_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx7dsabresd_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx23_olinuxino_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mx23evk_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx25pdk_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx28evk_auart_console_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx28evk_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx28evk_nand_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx28evk_spi_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx31ads_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mx31pdk_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx35pdk_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx51evk_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx53ard_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mx53evk_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
mx53loco_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
mx53smd_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
nas220_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
neo_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
net2big_v2_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
netspace_lite_v2_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
netspace_max_v2_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
netspace_mini_v2_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
netspace_v2_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
nitrogen6dl2g_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
nitrogen6dl_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
nitrogen6q2g_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
nitrogen6q_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
nitrogen6s1g_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
nitrogen6s_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
nokia_rx51_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
novena_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
nsa310s_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
nyan-big_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
odroid-c2_defconfig Move CONFIG_SYS_HUSH_PARSER to Kconfig for last 4 boards 2016-06-24 17:24:33 -04:00
odroid-xu3_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
odroid_defconfig arm: exynos: realign the code to allow support for newer 64-bit platforms 2016-05-25 10:00:19 +09:00
omap3_beagle_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
omap3_evm_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
omap3_evm_quick_mmc_defconfig autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
omap3_evm_quick_nand_defconfig autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK 2016-07-01 17:42:55 -04:00
omap3_ha_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
omap3_logic_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
omap3_overo_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
omap3_pandora_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
omap3_zoom1_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
omap4_panda_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
omap4_sdp4430_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
omap5_uevm_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
omapl138_lcdk_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
openrd_base_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
openrd_client_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
openrd_ultimate_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
openrisc-generic_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
orangepi_2_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
orangepi_one_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
orangepi_pc_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
orangepi_plus_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
origen_defconfig arm: exynos: realign the code to allow support for newer 64-bit platforms 2016-05-25 10:00:19 +09:00
ot1200_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
ot1200_spl_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
p2371-0000_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
p2371-2180_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
p2571_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
p2771-0000_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
paz00_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
pb1000_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
pcm030_LOWBOOT_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
pcm030_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
pcm051_rev1_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
pcm051_rev3_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
pcm052_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
pdm360ng_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
peach-pi_defconfig Merge http://git.denx.de/u-boot-samsung 2016-06-06 13:39:43 -04:00
peach-pit_defconfig Merge http://git.denx.de/u-boot-samsung 2016-06-06 13:39:43 -04:00
pengwyn_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
pepper_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
pic32mzdask_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
pico-imx6ul_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
picosam9g45_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
pine64_plus_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
platinum_picon_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
platinum_titanium_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
plutux_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
pm9g45_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
pm9261_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
pm9263_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
pogo_e02_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
polaroid_mid2407pxe03_defconfig sunxi: Add defconfig and dts file for Polaroid MID2407PXE03 tablet 2016-06-20 22:43:59 +02:00
polaroid_mid2809pxe04_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
porter_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
portl2_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
pov_protab2_ips9_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
pr1_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
pxm2_defconfig arm, am335x: siemens: enable DM/DTS support 2016-06-17 09:51:05 -04:00
q8_a13_tablet_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
q8_a23_tablet_800x480_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
q8_a33_tablet_800x480_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
q8_a33_tablet_1024x600_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
qemu-ppce500_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
qemu-x86_defconfig x86: Enable regmap and syscon for coreboot and qemu-x86 2016-06-12 12:19:35 +08:00
qemu_mips64_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
qemu_mips64el_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
qemu_mips_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
qemu_mipsel_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
r0p7734_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
r2dplus_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
r7-tv-dongle_defconfig sunxi: Enable a bunch of commands by default on sunxi 2016-05-25 17:52:39 +02:00
r7780mp_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
rainier_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
rainier_ramboot_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
rastaban_defconfig arm, am335x: siemens: enable DM/DTS support 2016-06-17 09:51:05 -04:00
redwood_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
riotboard_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
rock2_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
rpi_2_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
rpi_3_32b_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
rpi_3_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
rpi_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
rsk7203_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
rsk7264_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
rsk7269_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
rut_defconfig arm, am335x: siemens: enable DM/DTS support 2016-06-17 09:51:05 -04:00
s5p_goni_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
s5pc210_universal_defconfig arm: exynos: realign the code to allow support for newer 64-bit platforms 2016-05-25 10:00:19 +09:00
s32v234evb_defconfig Move CONFIG_SYS_HUSH_PARSER to Kconfig for last 4 boards 2016-06-24 17:24:33 -04:00
sama5d2_ptc_nandflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sama5d2_ptc_spiflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sama5d2_xplained_mmc_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sama5d2_xplained_spiflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sama5d3_xplained_mmc_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sama5d3_xplained_nandflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sama5d3xek_mmc_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sama5d3xek_nandflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sama5d3xek_spiflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sama5d4_xplained_mmc_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sama5d4_xplained_nandflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sama5d4_xplained_spiflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sama5d4ek_mmc_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sama5d4ek_nandflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sama5d4ek_spiflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sandbox_defconfig reset: implement a reset test 2016-06-19 17:05:55 -06:00
sandbox_noblk_defconfig Rename reset to sysreset 2016-05-26 20:48:31 -06:00
sansa_fuze_plus_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sbc8349_PCI_33_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sbc8349_PCI_66_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sbc8349_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sbc8548_PCI_33_PCIE_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sbc8548_PCI_33_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sbc8548_PCI_66_PCIE_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sbc8548_PCI_66_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sbc8548_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sbc8641d_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sc_sps_1_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
seaboard_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
secomx6quq7_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
sequoia_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sequoia_ramboot_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sh7752evb_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sh7753evb_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sh7757lcr_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sh7763rdp_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
sh7785lcr_32bit_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sh7785lcr_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sheevaplug_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
shmin_defconfig autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c 2016-06-20 05:19:09 -04:00
silk_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
smartweb_defconfig arm: at91: smartweb: add DM and DTS support 2016-06-26 20:17:22 +02:00
smdk2410_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
smdk5250_defconfig arm: exynos: realign the code to allow support for newer 64-bit platforms 2016-05-25 10:00:19 +09:00
smdk5420_defconfig Merge http://git.denx.de/u-boot-samsung 2016-06-06 13:39:43 -04:00
smdkc100_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
smdkv310_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
snapper9g20_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
snapper9260_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sniper_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
snow_defconfig exynos: video: Convert several boards to driver model for video 2016-05-25 13:25:19 +09:00
socfpga_arria5_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
socfpga_cyclone5_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
socfpga_de0_nano_soc_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
socfpga_is1_defconfig ARM: socfpga: move CONFIG_BOOTDELAY to Kconfig for IS1 board 2016-07-01 17:42:54 -04:00
socfpga_mcvevk_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
socfpga_sockit_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
socfpga_socrates_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
socfpga_sr1500_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
socfpga_vining_fpga_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
socrates_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear300_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear300_nand_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear300_usbtty_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear300_usbtty_nand_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear310_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear310_nand_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear310_pnor_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear310_usbtty_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear310_usbtty_nand_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear310_usbtty_pnor_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear320_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear320_nand_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear320_pnor_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear320_usbtty_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear320_usbtty_nand_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear320_usbtty_pnor_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear600_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear600_nand_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear600_usbtty_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spear600_usbtty_nand_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
spring_defconfig exynos: video: Convert several boards to driver model for video 2016-05-25 13:25:19 +09:00
stm32f429-discovery_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
stm32f746-disco_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
stout_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
strider_con_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
strider_con_dp_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
strider_cpu_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
strider_cpu_dp_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
stv0991_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
sunxi_Gemei_G9_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
suvd3_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
sycamore_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
t3corp_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
tao3530_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
taurus_defconfig arm: at91: taurus/axm: add DM and DTS support 2016-06-26 20:17:22 +02:00
tb100_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
tbs2910_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
tcm-bf518_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
tcm-bf537_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
tec-ng_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
tec_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
theadorable_debug_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
theadorable_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
thuban_defconfig arm, am335x: siemens: enable DM/DTS support 2016-06-17 09:51:05 -04:00
thunderx_88xx_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ti814x_evm_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
ti816x_evm_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
titanium_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
tplink_wdr4300_defconfig Move CONFIG_SYS_HUSH_PARSER to Kconfig for last 4 boards 2016-06-24 17:24:33 -04:00
tqma6q_mba6_mmc_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
tqma6q_mba6_spi_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
tqma6s_mba6_mmc_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
tqma6s_mba6_spi_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
tqma6s_wru4_mmc_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
trats2_defconfig arm: exynos: realign the code to allow support for newer 64-bit platforms 2016-05-25 10:00:19 +09:00
trats_defconfig arm: exynos: realign the code to allow support for newer 64-bit platforms 2016-05-25 10:00:19 +09:00
tricorder_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
tricorder_flash_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
trimslice_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
ts4800_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
tuge1_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
tuxx1_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
twister_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
udoo_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
uniphier_ld4_sld8_defconfig ARM: uniphier: use the default CONFIG_BOOTDELAY=2 2016-06-20 07:15:39 +09:00
uniphier_ld11_defconfig ARM: uniphier: use the default CONFIG_BOOTDELAY=2 2016-06-20 07:15:39 +09:00
uniphier_ld20_defconfig ARM: uniphier: use the default CONFIG_BOOTDELAY=2 2016-06-20 07:15:39 +09:00
uniphier_pro4_defconfig ARM: uniphier: use the default CONFIG_BOOTDELAY=2 2016-06-20 07:15:39 +09:00
uniphier_pxs2_ld6b_defconfig ARM: uniphier: use the default CONFIG_BOOTDELAY=2 2016-06-20 07:15:39 +09:00
uniphier_sld3_defconfig ARM: uniphier: use the default CONFIG_BOOTDELAY=2 2016-06-20 07:15:39 +09:00
usb_a9263_dataflash_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
usbarmory_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
v38b_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
vct_platinum_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
vct_platinum_onenand_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
vct_platinum_onenand_small_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
vct_platinum_small_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
vct_platinumavc_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
vct_platinumavc_onenand_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
vct_platinumavc_onenand_small_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
vct_platinumavc_small_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
vct_premium_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
vct_premium_onenand_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
vct_premium_onenand_small_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
vct_premium_small_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
ve8313_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
venice2_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
ventana_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
vexpress_aemv8a_dram_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
vexpress_aemv8a_juno_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
vexpress_aemv8a_semi_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
vexpress_ca5x2_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
vexpress_ca9x4_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
vexpress_ca15_tc2_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
vf610twr_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
vf610twr_nand_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
vinco_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
vme8349_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
walnut_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
wandboard_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
warp7_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
warp_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
whistler_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
woodburn_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
woodburn_sd_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
work_92105_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
wtk_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
x600_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xfi3_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xilinx-ppc405-generic_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xilinx-ppc440-generic_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xilinx_zynqmp_ep_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xilinx_zynqmp_zc1751_xm015_dc1_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xilinx_zynqmp_zc1751_xm016_dc2_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xilinx_zynqmp_zc1751_xm018_dc4_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xilinx_zynqmp_zc1751_xm019_dc5_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xilinx_zynqmp_zcu102_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xilinx_zynqmp_zcu102_revB_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xpedite517x_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xpedite520x_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xpedite537x_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xpedite550x_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xpedite1000_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
xpress_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
xpress_spl_defconfig configs: Re-sync BOOTDELAY changes 2016-06-17 09:34:49 -04:00
yellowstone_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
yosemite_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
yucca_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
zipitz2_defconfig configs: Re-sync with cmd/Kconfig 2016-04-25 15:09:47 -04:00
zmx25_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
zynq_microzed_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
zynq_picozed_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
zynq_zc702_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
zynq_zc706_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
zynq_zc770_xm010_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
zynq_zc770_xm011_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
zynq_zc770_xm012_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
zynq_zc770_xm013_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
zynq_zed_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00
zynq_zybo_defconfig common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 2016-06-09 13:53:05 -04:00