summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2013-09-04 08:41:44 -0400
committerTom Rini <trini@ti.com>2013-09-06 09:36:51 -0400
commit3c950c4fca1774f55e0941fc3d0f762c23a0b1c1 (patch)
tree7d9fd732e02603f8ece5fd502281272752c213e9
parent315c0ace7c220591a9b220ab7698e85624b430c0 (diff)
downloadblackbird-obmc-uboot-3c950c4fca1774f55e0941fc3d0f762c23a0b1c1.tar.gz
blackbird-obmc-uboot-3c950c4fca1774f55e0941fc3d0f762c23a0b1c1.zip
am335x_evm.h: Add back the actual load of the kernel image
Somewhere along the line of refactoring the am335x header files, the kernel image load was lost, so put it back in. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
-rw-r--r--include/configs/am335x_evm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index e0a87f8bc4..7969e0746a 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -132,7 +132,9 @@
"echo Running uenvcmd ...;" \
"run uenvcmd;" \
"fi;" \
- "run mmcloados;" \
+ "if run loaduimage; then " \
+ "run mmcloados;" \
+ "fi;" \
"fi;\0" \
"spiboot=echo Booting from spi ...; " \
"run spiargs; " \
OpenPOWER on IntegriCloud