浏览代码

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>
Vanya Sergeev 10 年之前
父节点
当前提交
8d2eaa5b3d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      board/beaglebone/uEnv.txt

+ 1 - 1
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