diff options
Diffstat (limited to 'recipes-bsp/u-boot/rvphone/cl-imx8/0000-add-board-support.patch')
-rw-r--r-- | recipes-bsp/u-boot/rvphone/cl-imx8/0000-add-board-support.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/rvphone/cl-imx8/0000-add-board-support.patch b/recipes-bsp/u-boot/rvphone/cl-imx8/0000-add-board-support.patch new file mode 100644 index 0000000..6be287c --- /dev/null +++ b/recipes-bsp/u-boot/rvphone/cl-imx8/0000-add-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 |