diff options
| author | Nikita Kiryanov <nikita@compulab.co.il> | 2012-12-04 23:28:26 +0000 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2012-12-10 12:45:35 -0700 | 
| commit | 9bd5c1ad0db802c9f8d49d72b443f03431cf6a89 (patch) | |
| tree | aff9516340ae49b4ffea36565844764d11ed3083 | |
| parent | ce851c8b3c8d3318b7afd46019f8ac50a8587ee4 (diff) | |
| download | olio-uboot-2014.01-9bd5c1ad0db802c9f8d49d72b443f03431cf6a89.tar.xz olio-uboot-2014.01-9bd5c1ad0db802c9f8d49d72b443f03431cf6a89.zip | |
cm-t35: enable zero bootdelay check
Enable zero bootdelay check to make it possible to abort autoboot even if
bootdelay == 0
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
| -rw-r--r-- | include/configs/cm_t35.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index 7c503d2b8..433b447ff 100644 --- a/include/configs/cm_t35.h +++ b/include/configs/cm_t35.h @@ -188,6 +188,7 @@  /* Environment information */  #define CONFIG_BOOTDELAY		10 +#define CONFIG_ZERO_BOOTDELAY_CHECK  #define CONFIG_EXTRA_ENV_SETTINGS \  	"loadaddr=0x82000000\0" \ |