mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-16 10:18:23 +01:00
Fixed typo with u-boot-dtb.bin symlink
This commit is contained in:
parent
65f3b8cc69
commit
0d0edaa374
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user