summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/rvphone/cl-imx8/0000-board-support.patch
blob: 6be287c278fc48a9ee8f86d7d14023e1e0345424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig
index 09779cda64..cb2fa337fc 100644
--- a/arch/arm/mach-imx/imx8m/Kconfig
+++ b/arch/arm/mach-imx/imx8m/Kconfig
@@ -66,6 +66,11 @@ config TARGET_IMX8MM_DDR4_EVK
 	select SUPPORT_SPL
 	select IMX8M_DDR4
 
+config TARGET_RVPHONE_CL_IMX8
+	bool "rvPhone cl-imx8 board"
+	select IMX8MQ
+	select SUPPORT_SPL
+
 endchoice
 
 config SYS_SOC
@@ -77,5 +82,6 @@ source "board/freescale/imx8mq_phanbell/Kconfig"
 source "board/freescale/imx8mq_aiy/Kconfig"
 source "board/freescale/imx8mm_evk/Kconfig"
 source "board/freescale/imx8mm_val/Kconfig"
+source "board/rvphone/cl-imx8/Kconfig"
 
 endif