diff options
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2023.04.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2023.04.bb b/recipes-bsp/u-boot/u-boot-imx_2023.04.bb index 59dcee568..3d588564e 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2023.04.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2023.04.bb | |||
| @@ -27,8 +27,8 @@ do_deploy:append:mx8m-generic-bsp() { | |||
| 27 | if [ $j -eq $i ] | 27 | if [ $j -eq $i ] |
| 28 | then | 28 | then |
| 29 | install -d ${DEPLOYDIR}/${BOOT_TOOLS} | 29 | install -d ${DEPLOYDIR}/${BOOT_TOOLS} |
| 30 | install -m 0777 ${B}/${config}/arch/arm/dts/${UBOOT_DTB_NAME} ${DEPLOYDIR}/${BOOT_TOOLS} | 30 | install -m 0644 ${B}/${config}/arch/arm/dts/${UBOOT_DTB_NAME} ${DEPLOYDIR}/${BOOT_TOOLS} |
| 31 | install -m 0777 ${B}/${config}/u-boot-nodtb.bin ${DEPLOYDIR}/${BOOT_TOOLS}/u-boot-nodtb.bin-${MACHINE}-${type} | 31 | install -m 0644 ${B}/${config}/u-boot-nodtb.bin ${DEPLOYDIR}/${BOOT_TOOLS}/u-boot-nodtb.bin-${MACHINE}-${type} |
| 32 | fi | 32 | fi |
| 33 | done | 33 | done |
| 34 | unset j | 34 | unset j |
