瀏覽代碼

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>
Nikita Kiryanov 12 年之前
父節點
當前提交
9bd5c1ad0d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/configs/cm_t35.h

+ 1 - 0
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" \