aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Balakowicz <m8@semihalf.com>2006-05-17 12:16:26 +0200
committerMarian Balakowicz <m8@semihalf.com>2006-05-17 12:16:26 +0200
commit27333f8c343ec31008c6d626210961f319ad4ec1 (patch)
treea3bcb2605de584cfc0b3396efb3dbcb73a400f6e
parentdf3eece32d8c3872161deeadd9a3a21923d93ce3 (diff)
Enable autoboot for M5271EVB board.
-rw-r--r--CHANGELOG2
-rw-r--r--include/configs/M5271EVB.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 006cfac71..4272844d4 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 3935f56aa..f0fc01343 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
*/