[Buildroot] [git commit] board/beaglebone: fix kernel load command in u-boot environment file

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Feb 2 08:29:04 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=8d2eaa5b3d80cbc3a9b751f519236b655e97ea33
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 board/beaglebone/uEnv.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/board/beaglebone/uEnv.txt b/board/beaglebone/uEnv.txt
index d638432..e09fff5 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



More information about the buildroot mailing list