]> code.ossystems Code Review - meta-freescale.git/commit
imx8mm-evk.inc: Drop qca9377
authorTom Hochstein <tom.hochstein@nxp.com>
Thu, 2 Sep 2021 16:15:37 +0000 (11:15 -0500)
committerDaiane Angolini <daiane.angolini@foundries.io>
Sat, 11 Sep 2021 16:45:35 +0000 (13:45 -0300)
commit758ef64466143f464d3e01263bc1c1301a17a431
treeb50b09a7d4d056d080c9668c2aa82a4485f18452
parent250ff3387c32f4641e1c2547df9c544292679aa9
imx8mm-evk.inc: Drop qca9377

The build for kernel-module-qca9377 is broken:

```
| /.../yocto/master/build/tmp/work/imx8mm_lpddr4_evk-fsl-linux/kernel-module-qca9377/3.1-r0/git/CORE/SERVICES/COMMON/adf/linux/adf_os_dma_pvt.h:104:25: error: 'DMA_ATTR_NON_CONSISTENT' undeclared (first use in this function)
|   104 |                         DMA_ATTR_NON_CONSISTENT);
|       |                         ^~~~~~~~~~~~~~~~~~~~~~~
```

The Linux API here is changed for 5.10, so the i.MX fork is now
incompatible. Nothing suitable is found in Qualcomm's source either,
so drop qca9377.

Fixes: #851
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
conf/machine/include/imx8mm-evk.inc