summaryrefslogtreecommitdiffstats
path: root/patches/u-boot-2011.09/0003-am335x_evm-set-bootdelay-to-1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/u-boot-2011.09/0003-am335x_evm-set-bootdelay-to-1.patch')
-rw-r--r--patches/u-boot-2011.09/0003-am335x_evm-set-bootdelay-to-1.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/patches/u-boot-2011.09/0003-am335x_evm-set-bootdelay-to-1.patch b/patches/u-boot-2011.09/0003-am335x_evm-set-bootdelay-to-1.patch
new file mode 100644
index 0000000..3265540
--- /dev/null
+++ b/patches/u-boot-2011.09/0003-am335x_evm-set-bootdelay-to-1.patch
@@ -0,0 +1,26 @@
+From bf513a05bc37f6d32e14c1e46d090773d1664c99 Mon Sep 17 00:00:00 2001
+From: Koen Kooi <koen@dominion.thruhere.net>
+Date: Tue, 1 Nov 2011 12:21:38 +0100
+Subject: [PATCH 3/4] am335x_evm: set bootdelay to 1
+
+Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
+---
+ include/configs/am335x_evm.h | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
+index 9bbfe3b..6143dc3 100755
+--- a/include/configs/am335x_evm.h
++++ b/include/configs/am335x_evm.h
+@@ -38,7 +38,7 @@
+ #define CONFIG_INITRD_TAG /* Required for ramdisk support */
+
+ /* set to negative value for no autoboot */
+-#define CONFIG_BOOTDELAY 3
++#define CONFIG_BOOTDELAY 1
+
+ #define CONFIG_MMC
+ #define CONFIG_NAND
+--
+1.7.2.5
+