summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot/0005-am335x_evm-remove-redundant-attempt-to-load-uImage.patch
blob: 6d4844895764fcefc59502aab69650076702aeed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From 2f05cac97c5aba4d2dbd3e9ec6c53c8cbf27ee77 Mon Sep 17 00:00:00 2001
From: Jason Kridner <jdk@ti.com>
Date: Sat, 8 Oct 2011 16:57:08 -0400
Subject: [PATCH 5/5] am335x_evm: remove redundant attempt to load uImage

---
 include/configs/am335x_evm.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index e157fd7..cb69176 100755
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -175,9 +175,7 @@
 			"echo Running uenvcmd ...;" \
 			"run uenvcmd;" \
 		"fi;" \
-		"if run mmc_load_uimage; then " \
-			"run mmc_boot; " \
-		"fi; " \
+		"run mmc_boot; " \
 	"fi; " \
 	"run nand_boot; " \
 
-- 
1.6.6.1