diff options
| -rw-r--r-- | recipes-bsp/imx-mkimage/imx-boot_1.0.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb index ae7e26389..5c20fac8e 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb | |||
| @@ -72,6 +72,12 @@ REV_OPTION:mx8qxp-generic-bsp = \ | |||
| 72 | 'REV=C0', d)}" | 72 | 'REV=C0', d)}" |
| 73 | REV_OPTION:mx8dx-generic-bsp = "REV=C0" | 73 | REV_OPTION:mx8dx-generic-bsp = "REV=C0" |
| 74 | 74 | ||
| 75 | do_uboot_assemble_fitimage:prepend:imx-generic-bsp() { | ||
| 76 | for config in ${UBOOT_MACHINE}; do | ||
| 77 | mkdir -p ${B}/${config} | ||
| 78 | done | ||
| 79 | } | ||
| 80 | |||
| 75 | compile_mx8m() { | 81 | compile_mx8m() { |
| 76 | bbnote 8MQ/8MM/8MN/8MP boot binary build | 82 | bbnote 8MQ/8MM/8MN/8MP boot binary build |
| 77 | for ddr_firmware in ${DDR_FIRMWARE_NAME}; do | 83 | for ddr_firmware in ${DDR_FIRMWARE_NAME}; do |
