summaryrefslogtreecommitdiffstats
path: root/drivers
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 /drivers
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 'drivers')
-rw-r--r--drivers/mci/imx-esdhc-pbl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mci/imx-esdhc-pbl.c b/drivers/mci/imx-esdhc-pbl.c
index 66df4f6dfc..5a76e7a663 100644
--- a/drivers/mci/imx-esdhc-pbl.c
+++ b/drivers/mci/imx-esdhc-pbl.c
@@ -384,6 +384,9 @@ int imx8mp_esdhc_load_image(int instance, bool start)
return esdhc_load_image(&host, MX8M_DDR_CSD1_BASE_ADDR,
MX8MQ_ATF_BL33_BASE_ADDR, offset, 0, start);
}
+
+int imx8mn_esdhc_load_image(int instance, bool start)
+ __alias(imx8mp_esdhc_load_image);
#endif
#ifdef CONFIG_ARCH_LS1046