From: wdenk Date: Fri, 18 Jan 2002 23:33:21 +0000 (+0000) Subject: Add bootdelay/autoboot. X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0a1116eaba1cac766ee3a70d9eeae6e8740b8f99;p=users%2Frw%2Fppcboot.git Add bootdelay/autoboot. --- diff --git a/include/config_PCIPPC2.h b/include/config_PCIPPC2.h index 720016a..bb693ce 100644 --- a/include/config_PCIPPC2.h +++ b/include/config_PCIPPC2.h @@ -53,7 +53,7 @@ #define CONFIG_CLOCKS_IN_MHZ 1 /* clocks passed to Linux in MHz */ #define CONFIG_PREBOOT "" -#define CONFIG_BOOTDELAY -1 +#define CONFIG_BOOTDELAY 5 #define CONFIG_BOOTP_MASK (CONFIG_BOOTP_DEFAULT | \ CONFIG_BOOTP_BOOTFILESIZE)