aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/files/no_delay.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/files/no_delay.patch')
-rw-r--r--recipes-bsp/u-boot/files/no_delay.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/files/no_delay.patch b/recipes-bsp/u-boot/files/no_delay.patch
new file mode 100644
index 0000000..81e2e17
--- /dev/null
+++ b/recipes-bsp/u-boot/files/no_delay.patch
@@ -0,0 +1,13 @@
+Index: git/include/configs/omap3_beagle.h
+===================================================================
+--- git.orig/include/configs/omap3_beagle.h 2012-01-20 02:19:54.582012450 +0200
++++ git/include/configs/omap3_beagle.h 2012-01-20 02:20:33.534011227 +0200
+@@ -195,7 +195,7 @@
+ /* partition */
+
+ /* Environment information */
+-#define CONFIG_BOOTDELAY 10
++#define CONFIG_BOOTDELAY 0
+
+ #define CONFIG_EXTRA_ENV_SETTINGS \
+ "loadaddr=0x82000000\0" \