diff mbox

[U-Boot] cm-t35: enable zero bootdelay check

Message ID 1354699706-6003-1-git-send-email-nikita@compulab.co.il
State Awaiting Upstream
Delegated to: Tom Rini
Headers show

Commit Message

Nikita Kiryanov Dec. 5, 2012, 9:28 a.m. UTC
Enable zero bootdelay check to make it possible to abort autoboot even if
bootdelay == 0

Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
---
 include/configs/cm_t35.h |    1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Dec. 10, 2012, 8:17 p.m. UTC | #1
On Tue, Dec 04, 2012 at 11:28:26PM -0000, Nikita Kiryanov wrote:

> Enable zero bootdelay check to make it possible to abort autoboot even if
> bootdelay == 0
> 
> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>

Applied to u-boot-ti/master, thanks!
diff mbox

Patch

diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h
index 568ae8e..cd9d905 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" \