summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-2012.04.01/0003-beagleboard-Load-uImage-from-VFAT-by-default.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-2012.04.01/0003-beagleboard-Load-uImage-from-VFAT-by-default.patch')
-rw-r--r--recipes-bsp/u-boot/u-boot-2012.04.01/0003-beagleboard-Load-uImage-from-VFAT-by-default.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-2012.04.01/0003-beagleboard-Load-uImage-from-VFAT-by-default.patch b/recipes-bsp/u-boot/u-boot-2012.04.01/0003-beagleboard-Load-uImage-from-VFAT-by-default.patch
new file mode 100644
index 00000000..c40da83c
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-2012.04.01/0003-beagleboard-Load-uImage-from-VFAT-by-default.patch
@@ -0,0 +1,34 @@
1From f2a15cd9e96648e05cb39159ba74cbfbfc8ff999 Mon Sep 17 00:00:00 2001
2From: Tom Rini <trini@ti.com>
3Date: Thu, 17 Nov 2011 08:41:42 -0700
4Subject: [PATCH 3/4] beagleboard: Load uImage from VFAT by default.
5
6This is TI Sitara SDK specific (unified user experience, load uImage
7from vfat).
8
9Upstream-Status: Not Appropriate
10 * This patch is to make the u-boot for beagleboard consistent
11 with other versions used in the AMSDK and doesn't make
12 sense up stream.
13
14Signed-off-by: Tom Rini <trini@ti.com>
15---
16 include/configs/omap3_beagle.h | 2 +-
17 1 files changed, 1 insertions(+), 1 deletions(-)
18
19diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
20index b270598..ea62580 100644
21--- a/include/configs/omap3_beagle.h
22+++ b/include/configs/omap3_beagle.h
23@@ -305,7 +305,7 @@
24 "echo Running uenvcmd ...;" \
25 "run uenvcmd;" \
26 "fi;" \
27- "if run loaduimage; then " \
28+ "if run loaduimagefat; then " \
29 "run mmcboot;" \
30 "fi;" \
31 "fi;" \
32--
331.7.0.4
34