summaryrefslogtreecommitdiff
path: root/board/beaglebone
diff options
context:
space:
mode:
authorVanya Sergeev <vsergeev@gmail.com>2015-02-01 23:08:01 -0800
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-02 09:29:04 +0100
commit8d2eaa5b3d80cbc3a9b751f519236b655e97ea33 (patch)
tree5193bb5b15654c3ac0da916893c314d8b1416fa6 /board/beaglebone
parent6f5fdb6b2ebab928816e5fcd69f288d4fce5b75b (diff)
board/beaglebone: fix kernel load command in u-boot environment file
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>
Diffstat (limited to 'board/beaglebone')
-rw-r--r--board/beaglebone/uEnv.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/beaglebone/uEnv.txt b/board/beaglebone/uEnv.txt
index d63843239..e09fff513 100644
--- a/board/beaglebone/uEnv.txt
+++ b/board/beaglebone/uEnv.txt
@@ -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