From: Robert P. J. Day Date: Wed, 4 Sep 2013 12:41:44 +0000 (-0400) Subject: am335x_evm.h: Add back the actual load of the kernel image X-Git-Tag: v2013.10-rc3~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c950c4fca1774f55e0941fc3d0f762c23a0b1c1;p=kernel%2Fu-boot.git 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 --- diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index e0a87f8..7969e07 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; " \