summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-11-21 18:38:51 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2013-11-21 18:59:06 +0100
commitc4cd2138e3642c8f0809044f90a13ab2a8426afb (patch)
treed740ac1fd84853127e19a5a66782cb4e92a17ba7 /recipes-bsp
parent1cdea602f35d9e6e65d841cb8466201e85646c95 (diff)
u-boot: colibri-vf: use the unified u-boot 50/61
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-colibri-vf.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-colibri-vf.bb b/recipes-bsp/u-boot/u-boot-colibri-vf.bb
index cd84206..82039b7 100644
--- a/recipes-bsp/u-boot/u-boot-colibri-vf.bb
+++ b/recipes-bsp/u-boot/u-boot-colibri-vf.bb
@@ -11,7 +11,7 @@ PR = "r0"
S = "${WORKDIR}/git"
SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=colibri"
-SRCREV_colibri-vf = "ac13ca97df9f8c17d1c89d425041690484ee0fdf"
+SRCREV_colibri-vf = "5017686683f7c2eb12bb966924c857622e9cdb94"
#FILESPATHPKG =. "git:"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -24,6 +24,6 @@ SPL_BINARY_colibri-vf = "u-boot.imx"
SPL_IMAGE_colibri-vf = "u-boot-${MACHINE}-${PV}-${PR}.imx"
SPL_SYMLINK_colibri-vf = "u-boot-${MACHINE}.imx"
do_compile_append_colibri-vf() {
- oe_runmake colibri_vf50_sdboot_config
+ oe_runmake colibri_vf_sdboot_config
oe_runmake
}