commit | a8fa742b186cd724465144c420fc741728464027 | [log] [tgz] |
---|---|---|
author | Daniel Baluta <daniel.baluta@nxp.com> | Mon Apr 08 16:13:01 2024 +0300 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Apr 10 10:00:40 2024 +0200 |
tree | 21a71cc7241e45acf22fd7dca086706b4c1eef72 | |
parent | 7b209eee0a67b8ded574386e0844d10b85d60ddc [diff] |
soc: nxp: imx8: Fix Kconfig.defconfig.* filenames We need to use correct SOC name when naming the Kconfig.defconfig* files. So we need the following changes: - mimx8mp -> mimx8ml8 - mimx8mm -> imx8mm6 - mimx8mn -> mimx8mn6 - mimx8mq -> mimx8mq6 Then we also need to take care of qualifiers name. Standard notation uses "_" instead of "." e.g : Kconfig.defconfig.mimx8mp.a53 -> Kconfig.defconfig.mimx8ml8_a53 Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>