
On Mon, Mar 1, 2021 at 8:04 AM Stefano Babic sbabic@denx.de wrote:
Hi Tim,
On 06.02.21 01:11, Tim Harvey wrote:
Add initial support for Gateworks Venice product family based on the i.MX 8M Mini SoC
Signed-off-by: Tim Harvey tharvey@gateworks.com
[snip]
diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig index c455f7b..7117650 100644 --- a/arch/arm/mach-imx/imx8m/Kconfig +++ b/arch/arm/mach-imx/imx8m/Kconfig @@ -43,7 +43,13 @@ config TARGET_IMX8MM_EVK select SUPPORT_SPL select IMX8M_LPDDR4
-config TARGET_IMX8MN_DDR4_EVK
This board is silently dropped...
+config TARGET_IMX8MM_VENICE
bool "Support Gateworks Venice iMX8M Mini module"
select IMX8MM
select SUPPORT_SPL
select IMX8M_LPDDR4
This is your board, ok
+config TARGET_IMX8MN_EVK
and this is the old board with wrong name. Somethin went wrong....
Stefano,
Oops... looks like I lost that in a rebase.
Does everything else look good or should I wait for further review before sending a v3?
Thanks,
Tim