summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/machine/colibri-vf.conf2
-rw-r--r--recipes-bsp/u-boot/u-boot-colibri-vf.bb4
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/colibri-vf.conf b/conf/machine/colibri-vf.conf
index 5bc4e9d..d3fee40 100644
--- a/conf/machine/colibri-vf.conf
+++ b/conf/machine/colibri-vf.conf
@@ -15,7 +15,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-vf"
PREFERRED_PROVIDER_u-boot = "u-boot-colibri-vf"
UBOOT_SUFFIX = "nand"
UBOOT_MAKE_TARGET = ""
-UBOOT_MACHINE = "colibri_vf50_config"
+UBOOT_MACHINE = "colibri_vf_config"
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
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
}