From: Marian Balakowicz Date: Wed, 17 May 2006 10:16:26 +0000 (+0200) Subject: Enable autoboot for M5271EVB board. X-Git-Tag: v2008.10-rc1~1216 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27333f8c343ec31008c6d626210961f319ad4ec1;p=platform%2Fkernel%2Fu-boot.git Enable autoboot for M5271EVB board. --- diff --git a/CHANGELOG b/CHANGELOG index 006cfac..4272844 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Enable autoboot for M5271EVB board. + * Changed default ramdisk addr in yosemite/yellowstone ports Patch by Stefan Roese, 15 May 2006 diff --git a/include/configs/M5271EVB.h b/include/configs/M5271EVB.h index 3935f56..f0fc013 100644 --- a/include/configs/M5271EVB.h +++ b/include/configs/M5271EVB.h @@ -50,6 +50,8 @@ #undef CONFIG_WATCHDOG /* disable watchdog */ +#define CONFIG_BOOTDELAY 5 + /* Configuration for environment * Environment is embedded in u-boot in the second sector of the flash */