imx: select COMPILER_WORKAROUND_CACHE_ATTR

To avoid buggy compiler optimization,
select COMPILER_WORKAROUND_CACHE_ATTR for all i.MX
platforms.

Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
This commit is contained in:
Iuliana Prodan 2021-08-10 17:04:25 +03:00 committed by Liam Girdwood
parent b4165baeb3
commit 2ac6e7af28
1 changed files with 1 additions and 0 deletions

View File

@ -275,6 +275,7 @@ config HOST
config IMX
bool
default n
select COMPILER_WORKAROUND_CACHE_ATTR
help
This has to be selected for every i.MX NXP platform.
It enables NXP platforms-specific features.