summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/rvphone/cl-imx8/0000-board-support.patch
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-08-07 01:37:23 +0200
committerUros Majstorovic <majstor@majstor.org>2021-08-07 01:37:23 +0200
commit0102ab2bf16e1f8e8d2b46295d7acdc7f98eeaa7 (patch)
tree4a333d54414cf6b576728f88414f65880511ff05 /recipes-bsp/u-boot/rvphone/cl-imx8/0000-board-support.patch
parentc6c159d4742c16dce25e6353876612e443a39b7d (diff)
fixed u-boot
Diffstat (limited to 'recipes-bsp/u-boot/rvphone/cl-imx8/0000-board-support.patch')
-rw-r--r--recipes-bsp/u-boot/rvphone/cl-imx8/0000-board-support.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/rvphone/cl-imx8/0000-board-support.patch b/recipes-bsp/u-boot/rvphone/cl-imx8/0000-board-support.patch
new file mode 100644
index 0000000..6be287c
--- /dev/null
+++ b/recipes-bsp/u-boot/rvphone/cl-imx8/0000-board-support.patch
@@ -0,0 +1,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