]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
am335x_evm.h: Add back the actual load of the kernel image
authorRobert P. J. Day <rpjday@crashcourse.ca>
Wed, 4 Sep 2013 12:41:44 +0000 (08:41 -0400)
committerTom Rini <trini@ti.com>
Fri, 6 Sep 2013 13:36:51 +0000 (09:36 -0400)
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>
include/configs/am335x_evm.h

index e0a87f8bc4d193f0c83670045a7c0867a1785f22..7969e0746a29e61183920c291694bb45c2a32a70 100644 (file)
                                "echo Running uenvcmd ...;" \
                                "run uenvcmd;" \
                        "fi;" \
-                       "run mmcloados;" \
+                       "if run loaduimage; then " \
+                               "run mmcloados;" \
+                       "fi;" \
                "fi;\0" \
        "spiboot=echo Booting from spi ...; " \
                "run spiargs; " \