summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/spl.c
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2021-04-27 15:10:31 +0800
committerYe Li <ye.li@nxp.com>2022-07-06 22:35:25 +0800
commit0241fefee1b4afbe9028abf2f6a90d3c07b39169 (patch)
treeeb5c61bdc461aee47d41d201b5d667afafa675cc /arch/arm/mach-imx/spl.c
parentcf8f94b873c9c73b77c6db885cdbed210b5b7a26 (diff)
LFU-330-1 imx: add basic i.MX9 support
Add i.MX9 Kconfig and basic files for the new SoC Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/mach-imx/spl.c')
-rw-r--r--arch/arm/mach-imx/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/spl.c b/arch/arm/mach-imx/spl.c
index ea709d15a5..919eb6180e 100644
--- a/arch/arm/mach-imx/spl.c
+++ b/arch/arm/mach-imx/spl.c
@@ -148,7 +148,7 @@ u32 spl_boot_device(void)
return BOOT_DEVICE_NONE;
}
-#elif defined(CONFIG_MX7) || defined(CONFIG_IMX8M) || defined(CONFIG_IMX8)
+#elif defined(CONFIG_MX7) || defined(CONFIG_IMX8M) || defined(CONFIG_IMX8) || defined(CONFIG_IMX9)
/* Translate iMX7/i.MX8M boot device to the SPL boot device enumeration */
u32 spl_boot_device(void)
{