]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx8qm-mek: Fix SPL_BINARY assignment
authorTom Hochstein <tom.hochstein@nxp.com>
Sat, 13 Feb 2021 02:29:13 +0000 (20:29 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 13 Feb 2021 12:56:03 +0000 (09:56 -0300)
The SPL_BINARY was no longer being set properly after the machine name change
from imx8qmmek to imx8qm-mek, resulting in the following build break for
imx-boot:

```
| make[1]: *** No rule to make target 'u-boot-spl.bin', needed by 'flash_spl'.  Stop.
```

The override of the machine name is of course redundant here, so just
drop the override.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
conf/machine/imx8qm-mek.conf

index 355c56555d1396c17abfdcbee423359d1dd3b757..e4f45d855cb5a91e151332b97b08358e4d4fa4ed 100644 (file)
@@ -52,7 +52,7 @@ KERNEL_DEVICETREE = " \
 UBOOT_MAKE_TARGET = \
     "${@bb.utils.contains('MACHINE_FEATURES', 'optee', '', \
                                                        'u-boot.bin', d)}"
-SPL_BINARY_imx8qmmek = \
+SPL_BINARY = \
     "${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'spl/u-boot-spl.bin', \
                                                        '', d)}"
 UBOOT_SUFFIX = "bin"