summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvert Pap <evert.pap@sintecs.nl>2016-05-25 15:09:58 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-08-23 08:06:41 (GMT)
commitd3037195ebe7cc49710d39afbbe2557932198e36 (patch)
treea007dae96b54180ab94c560343aaceb98bfe39eb
parentaadf847b2966f23de7f357ae98a4ad6432d73b04 (diff)
downloadu-boot-fsl-qoriq-d3037195ebe7cc49710d39afbbe2557932198e36.tar.xz
add CONFIG_ZERO_BOOTDELAY_CHECK flag
-rw-r--r--include/configs/simc-t10xx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/simc-t10xx.h b/include/configs/simc-t10xx.h
index 9e7b54b..8c6f7be 100644
--- a/include/configs/simc-t10xx.h
+++ b/include/configs/simc-t10xx.h
@@ -649,8 +649,10 @@
/* default location for tftp and bootm */
#define CONFIG_LOADADDR 1000000
#define CONFIG_BOOTDELAY 3 /*-1 disables auto-boot*/
+#define CONFIG_ZERO_BOOTDELAY_CHECK /* Also check for boot interruption, when bootdelay is zero */
#define CONFIG_BAUDRATE 115200
+
#define __USB_PHY_TYPE utmi
#define CONFIG_EXTRA_ENV_SETTINGS \