diff options
| -rw-r--r-- | include/configs/M52277EVB.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/M52277EVB.h b/include/configs/M52277EVB.h index a3d7bc463..3d2891354 100644 --- a/include/configs/M52277EVB.h +++ b/include/configs/M52277EVB.h @@ -86,6 +86,7 @@  	"save\0"				\  	"" +#define CONFIG_BOOTDELAY	3	/* autoboot after 3 seconds */  /* LCD */  #ifdef CONFIG_CMD_BMP  #define CONFIG_LCD |