From 0d0edaa3746832dfe31486b4fe6fec99b2650299 Mon Sep 17 00:00:00 2001 From: aagallag Date: Sun, 3 Jan 2016 09:48:25 -0600 Subject: [PATCH] Fixed typo with u-boot-dtb.bin symlink --- recipes-bsp/u-boot/u-boot-chip_2015.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-chip_2015.10.bb b/recipes-bsp/u-boot/u-boot-chip_2015.10.bb index 35a07fc..e9a5d7e 100644 --- a/recipes-bsp/u-boot/u-boot-chip_2015.10.bb +++ b/recipes-bsp/u-boot/u-boot-chip_2015.10.bb @@ -45,7 +45,7 @@ SUNXI_SPL_PADDED_SYMLINK = "${SUNXI_SPL_PADDED_BINARY}-${MACHINE}" # u-boot-dtb.bin UBOOT_DTB_IMAGE = "u-boot-dtb" UBOOT_DTB_BINARY = "${UBOOT_DTB_IMAGE}.bin" -UBOOT_DTB_SYMLINK = "${SUNXI_SPL_PADDED_BINARY}-${MACHINE}" +UBOOT_DTB_SYMLINK = "${UBOOT_DTB_IMAGE}-${MACHINE}" # uboot-env.bin UBOOT_ENV_SUFFIX = "bin"