]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blobdiff - recipes-bsp/u-boot/u-boot/2011.09git/0001-am335x_evm-reduced-bootdelay-to-1.patch
u-boot 2011.10rc: update to latest Joel, rebase Jasons patches
[glsdk/meta-ti-glsdk.git] / recipes-bsp / u-boot / u-boot / 2011.09git / 0001-am335x_evm-reduced-bootdelay-to-1.patch
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 (file)
index 0000000..126806d
--- /dev/null
@@ -0,0 +1,26 @@
+From 722fc7ad06a0353c1c1d168804747c5c56614ae3 Mon Sep 17 00:00:00 2001
+From: Koen Kooi <koen@dominion.thruhere.net>
+Date: Wed, 12 Oct 2011 10:45:17 +0200
+Subject: [PATCH 1/2] am335x_evm: reduced 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 ddadc3e..dbb412a 100755
+--- a/include/configs/am335x_evm.h
++++ b/include/configs/am335x_evm.h
+@@ -24,7 +24,7 @@
+ #define CONFIG_AM335X_HSMMC_INSTANCE  0       /* 0 - MMC0, 1 - MMC1 */
+ /* set to negative value for no autoboot */
+-#define CONFIG_BOOTDELAY              3
++#define CONFIG_BOOTDELAY              1
+ # if defined(CONFIG_SPI_BOOT)
+ #  define CONFIG_SPI                  1
+-- 
+1.6.6.1
+