Home
last modified time | relevance | path

Searched refs:CONFIG_BOOT_RETRY_TIME (Results 1 – 18 of 18) sorted by relevance

/external/u-boot/doc/
DREADME.autoboot51 CONFIG_BOOT_RETRY_TIME
59 CONFIG_BOOT_RETRY_TIME must be defined to enable the boot
62 CONFIG_BOOT_RETRY_TIME. CONFIG_BOOT_RETRY_MIN is optional and
63 defaults to CONFIG_BOOT_RETRY_TIME. All times are in seconds.
72 If CONFIG_BOOT_RETRY_TIME < 0 the feature is there, but
113 U-Boot prompt will time out if CONFIG_BOOT_RETRY_TIME is
119 prompt never times out, even if CONFIG_BOOT_RETRY_TIME is
137 (Only effective when CONFIG_BOOT_RETRY_TIME is also set)
/external/u-boot/common/
Dbootretry.c14 #define CONFIG_BOOT_RETRY_MIN CONFIG_BOOT_RETRY_TIME
30 retry_time = CONFIG_BOOT_RETRY_TIME; in bootretry_init_cmd_timeout()
Dcli_simple.c282 #ifdef CONFIG_BOOT_RETRY_TIME in cli_simple_loop()
DMakefile16 ifdef CONFIG_BOOT_RETRY_TIME
Dcli_hush.c1031 #ifdef CONFIG_BOOT_RETRY_TIME in get_user_input()
/external/u-boot/include/
Dbootretry.h10 #ifdef CONFIG_BOOT_RETRY_TIME
/external/u-boot/include/configs/
Dhighbank.h40 #define CONFIG_BOOT_RETRY_TIME -1 macro
Dam335x_shc.h62 # define CONFIG_BOOT_RETRY_TIME 30 macro
Dsiemens-am33x-common.h486 #define CONFIG_BOOT_RETRY_TIME 60 macro
Dcalimain.h181 #define CONFIG_BOOT_RETRY_TIME 60 /* continue boot after 60 s inactivity */ macro
Deb_cpu5282.h30 #define CONFIG_BOOT_RETRY_TIME -1 macro
Dids8313.h24 #define CONFIG_BOOT_RETRY_TIME 900 macro
/external/u-boot/cmd/
Dpci.c582 #ifdef CONFIG_BOOT_RETRY_TIME in pci_cfg_modify()
Dmem.c1021 #ifdef CONFIG_BOOT_RETRY_TIME in mod_mem()
Di2c.c888 #ifdef CONFIG_BOOT_RETRY_TIME in mod_i2c_mem()
DKconfig104 U-Boot prompt will time out if CONFIG_BOOT_RETRY_TIME is
117 times out, even if CONFIG_BOOT_RETRY_TIME is used.
/external/u-boot/scripts/
Dconfig_whitelist.txt173 CONFIG_BOOT_RETRY_TIME
/external/u-boot/
DREADME3817 bootretry - see CONFIG_BOOT_RETRY_TIME