Skip to content

Commit

Permalink
Fixed typo with u-boot-dtb.bin symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
aagallag authored and soderstrom-rikard committed Jan 6, 2018
1 parent 211ba7a commit bf757ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-bsp/u-boot/u-boot-chip_2015.10.bb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ SUNXI_SPL_PADDED_SYMLINK = "${SUNXI_SPL_PADDED_BINARY}-${MACHINE}"
# u-boot-dtb.bin # u-boot-dtb.bin
UBOOT_DTB_IMAGE = "u-boot-dtb" UBOOT_DTB_IMAGE = "u-boot-dtb"
UBOOT_DTB_BINARY = "${UBOOT_DTB_IMAGE}.bin" 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.bin
UBOOT_ENV_SUFFIX = "bin" UBOOT_ENV_SUFFIX = "bin"
Expand Down

0 comments on commit bf757ba

Please sign in to comment.