summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot/2011.09git/0002-am335x_evm-set-bootdelay-to-1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot/2011.09git/0002-am335x_evm-set-bootdelay-to-1.patch')
-rw-r--r--recipes-bsp/u-boot/u-boot/2011.09git/0002-am335x_evm-set-bootdelay-to-1.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot/2011.09git/0002-am335x_evm-set-bootdelay-to-1.patch b/recipes-bsp/u-boot/u-boot/2011.09git/0002-am335x_evm-set-bootdelay-to-1.patch
new file mode 100644
index 00000000..fdce9c41
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot/2011.09git/0002-am335x_evm-set-bootdelay-to-1.patch
@@ -0,0 +1,26 @@
1From cb92653d26476880602a20b62da03a35d36d622e Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Tue, 1 Nov 2011 12:21:38 +0100
4Subject: [PATCH 02/10] am335x_evm: set bootdelay to 1
5
6Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7---
8 include/configs/am335x_evm.h | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
12index 83ccb5a..2558775 100755
13--- a/include/configs/am335x_evm.h
14+++ b/include/configs/am335x_evm.h
15@@ -127,7 +127,7 @@
16
17 #ifndef CONFIG_RESTORE_FLASH
18 /* set to negative value for no autoboot */
19-#define CONFIG_BOOTDELAY 3
20+#define CONFIG_BOOTDELAY 1
21
22 #define CONFIG_BOOTCOMMAND \
23 "if mmc rescan; then " \
24--
251.7.10
26