summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-2012.04.01/0001-OMAP3-Beagle-Set-BOOTDELAY-to-3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-2012.04.01/0001-OMAP3-Beagle-Set-BOOTDELAY-to-3.patch')
-rw-r--r--recipes-bsp/u-boot/u-boot-2012.04.01/0001-OMAP3-Beagle-Set-BOOTDELAY-to-3.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-2012.04.01/0001-OMAP3-Beagle-Set-BOOTDELAY-to-3.patch b/recipes-bsp/u-boot/u-boot-2012.04.01/0001-OMAP3-Beagle-Set-BOOTDELAY-to-3.patch
new file mode 100644
index 00000000..4fb89e1f
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-2012.04.01/0001-OMAP3-Beagle-Set-BOOTDELAY-to-3.patch
@@ -0,0 +1,31 @@
1From 55161fca67023d6be30bdea495cc0fdbae316a64 Mon Sep 17 00:00:00 2001
2From: Tom Rini <trini@ti.com>
3Date: Wed, 9 Nov 2011 11:48:21 -0700
4Subject: [PATCH 1/4] OMAP3 Beagle: Set BOOTDELAY to 3
5
6This is TI Sitara SDK specific (unified user experience, 3s delay).
7
8Upstream-Status: Pending
9 * This will be submitted upstream by Tom Rini
10
11Signed-off-by: Tom Rini <trini@ti.com>
12---
13 include/configs/omap3_beagle.h | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
17index 58a29b8..ba73aa6 100644
18--- a/include/configs/omap3_beagle.h
19+++ b/include/configs/omap3_beagle.h
20@@ -213,7 +213,7 @@
21 /* partition */
22
23 /* Environment information */
24-#define CONFIG_BOOTDELAY 2
25+#define CONFIG_BOOTDELAY 3
26
27 #define CONFIG_EXTRA_ENV_SETTINGS \
28 "loadaddr=0x80200000\0" \
29--
301.7.0.4
31