board/beaglebone: fix kernel load command in u-boot environment file
authorVanya Sergeev <vsergeev@gmail.com>
Mon, 2 Feb 2015 07:08:01 +0000 (23:08 -0800)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 2 Feb 2015 08:29:04 +0000 (09:29 +0100)
the loaduimage command was renamed to loadimage when the default kernel
image changed from uImage to zImage in u-boot commit e3cf9692053a, which
made it into the v2013.10 u-boot release that the beaglebone_defconfig
currently builds.

Signed-off-by: Vanya Sergeev <vsergeev@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/beaglebone/uEnv.txt

index d63843239f8d20fbb3e37a7170e87ede662e4940..e09fff513d97cc0d8969f814b974cafda274c898 100644 (file)
@@ -1,3 +1,3 @@
 bootpart=0:1
 bootdir=
-uenvcmd=run loaduimage;run loadramdisk;run findfdt;run loadfdt;run ramboot
+uenvcmd=run loadimage;run loadramdisk;run findfdt;run loadfdt;run ramboot