]> code.ossystems Code Review - meta-freescale.git/commit
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)
commitd66e8ae5763ff1f4915baf1bae15e26ba423b922
tree9805ac72b7b00c3f47b6638260a30351de411fba
parentd82d3823e83a161b488fe017d120255b1216bcc9
imx8qm-mek: Fix SPL_BINARY assignment

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