From f8d5c0e57674b168bca457f8858a63976e4936fc Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 20 Oct 2015 18:10:45 -0700 Subject: apalis/colibri: allow to interrupt boot even if delay is 0 Use the CONFIG_ZERO_BOOTDELAY_CHECK option to allow interrupt the boot process even if the delay is 0. --- include/configs/colibri_imx6.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/colibri_imx6.h') diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h index afcf1b9689..d3eb94e048 100644 --- a/include/configs/colibri_imx6.h +++ b/include/configs/colibri_imx6.h @@ -167,6 +167,7 @@ #undef CONFIG_BOOTDELAY #define CONFIG_BOOTDELAY 1 +#define CONFIG_ZERO_BOOTDELAY_CHECK #undef CONFIG_IPADDR #define CONFIG_IPADDR 192.168.10.2 #define CONFIG_NETMASK 255.255.255.0 -- cgit v1.2.3