diff options
-rw-r--r-- | meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx.inc b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx.inc index 38d8e492..9077c3fd 100644 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx.inc +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx.inc | |||
@@ -62,7 +62,9 @@ do_deploy:prepend() { | |||
62 | 62 | ||
63 | #following lines are from uboot-sign.bbclass, vars are defined there | 63 | #following lines are from uboot-sign.bbclass, vars are defined there |
64 | if [ -e "${UBOOT_DTB_BINARY}" ]; then | 64 | if [ -e "${UBOOT_DTB_BINARY}" ]; then |
65 | install ${UBOOT_DTB_BINARY} ${DEPLOYDIR}/${UBOOT_DTB_IMAGE} | 65 | if [ "${UBOOT_SIGN_ENABLE}" = "0" ]; then |
66 | install ${UBOOT_DTB_BINARY} ${DEPLOYDIR}/${UBOOT_DTB_IMAGE} | ||
67 | fi | ||
66 | ln -sf ${UBOOT_DTB_IMAGE} ${DEPLOYDIR}/${UBOOT_DTB_BINARY} | 68 | ln -sf ${UBOOT_DTB_IMAGE} ${DEPLOYDIR}/${UBOOT_DTB_BINARY} |
67 | ln -sf ${UBOOT_DTB_IMAGE} ${DEPLOYDIR}/${UBOOT_DTB_SYMLINK} | 69 | ln -sf ${UBOOT_DTB_IMAGE} ${DEPLOYDIR}/${UBOOT_DTB_SYMLINK} |
68 | fi | 70 | fi |