summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot/2011.09git/0001-am335x_evm-reduced-bootdelay-to-1.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-12 11:01:16 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-12 11:01:16 +0200
commitcaae2e5a8fe057de9c48bb1da783a72dc6ddabaf (patch)
tree12114bc1bb11af6537f42c96073346969e3a319b /recipes-bsp/u-boot/u-boot/2011.09git/0001-am335x_evm-reduced-bootdelay-to-1.patch
parent79f827a9669e6849b294712b4e727d419b24df8c (diff)
downloadmeta-ti-caae2e5a8fe057de9c48bb1da783a72dc6ddabaf.tar.gz
u-boot 2011.10rc: update to latest Joel, rebase Jasons patches
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot/2011.09git/0001-am335x_evm-reduced-bootdelay-to-1.patch')
-rw-r--r--recipes-bsp/u-boot/u-boot/2011.09git/0001-am335x_evm-reduced-bootdelay-to-1.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot/2011.09git/0001-am335x_evm-reduced-bootdelay-to-1.patch b/recipes-bsp/u-boot/u-boot/2011.09git/0001-am335x_evm-reduced-bootdelay-to-1.patch
new file mode 100644
index 00000000..126806de
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot/2011.09git/0001-am335x_evm-reduced-bootdelay-to-1.patch
@@ -0,0 +1,26 @@
1From 722fc7ad06a0353c1c1d168804747c5c56614ae3 Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Wed, 12 Oct 2011 10:45:17 +0200
4Subject: [PATCH 1/2] am335x_evm: reduced bootdelay to 1
5
6Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7---
8 include/configs/am335x_evm.h | 2 +-
9 1 files changed, 1 insertions(+), 1 deletions(-)
10
11diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
12index ddadc3e..dbb412a 100755
13--- a/include/configs/am335x_evm.h
14+++ b/include/configs/am335x_evm.h
15@@ -24,7 +24,7 @@
16 #define CONFIG_AM335X_HSMMC_INSTANCE 0 /* 0 - MMC0, 1 - MMC1 */
17
18 /* set to negative value for no autoboot */
19-#define CONFIG_BOOTDELAY 3
20+#define CONFIG_BOOTDELAY 1
21
22 # if defined(CONFIG_SPI_BOOT)
23 # define CONFIG_SPI 1
24--
251.6.6.1
26