Commit 8d2eaa5b authored by Vanya Sergeev's avatar Vanya Sergeev Committed by Thomas Petazzoni
Browse files

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: default avatarVanya Sergeev <vsergeev@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 6f5fdb6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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