summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-10-01 12:09:42 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-10-05 09:05:37 +0200
commit7a05a7626d7fd2b9f29ab0558e34200d4ee8955f (patch)
tree802f0236cb87a72617db1ece08768c2ab3d34c51 /scripts
parent72fd9b39b9e56ba5e0a2d8a828391efd12b81af0 (diff)
downloadbarebox-7a05a7626d7fd2b9f29ab0558e34200d4ee8955f.tar.gz
barebox-7a05a7626d7fd2b9f29ab0558e34200d4ee8955f.tar.xz
ARM: i.MX: add i.MX8MN (Nano) SoC support boilerplate
The Nano is basically a downsized mini. Add the necessary bits, so driver and board support can be added. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20211001100949.6891-2-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/imx/imx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/imx/imx.h b/scripts/imx/imx.h
index 7a3ac31cd2..77dea7c54a 100644
--- a/scripts/imx/imx.h
+++ b/scripts/imx/imx.h
@@ -7,6 +7,7 @@ static inline int cpu_is_mx8m(const struct config_data *data)
switch (data->cpu_type) {
case IMX_CPU_IMX8MQ:
case IMX_CPU_IMX8MM:
+ case IMX_CPU_IMX8MN:
case IMX_CPU_IMX8MP:
return true;
default: