diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-08-07 01:37:23 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-08-07 01:37:23 +0200 |
commit | 0102ab2bf16e1f8e8d2b46295d7acdc7f98eeaa7 (patch) | |
tree | 4a333d54414cf6b576728f88414f65880511ff05 /recipes-bsp/u-boot/rvphone/cl-imx8/board | |
parent | c6c159d4742c16dce25e6353876612e443a39b7d (diff) |
fixed u-boot
Diffstat (limited to 'recipes-bsp/u-boot/rvphone/cl-imx8/board')
-rw-r--r-- | recipes-bsp/u-boot/rvphone/cl-imx8/board/rvphone/cl-imx8/Kconfig | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/recipes-bsp/u-boot/rvphone/cl-imx8/board/rvphone/cl-imx8/Kconfig b/recipes-bsp/u-boot/rvphone/cl-imx8/board/rvphone/cl-imx8/Kconfig index 56058c4..4daaf23 100644 --- a/recipes-bsp/u-boot/rvphone/cl-imx8/board/rvphone/cl-imx8/Kconfig +++ b/recipes-bsp/u-boot/rvphone/cl-imx8/board/rvphone/cl-imx8/Kconfig @@ -1,23 +1,10 @@ -if TARGET_COMPULAB_IMX8 - -choice - prompt "rvPhone board select" - -config TARGET_CL_IMX8 - bool "cl-imx8" - -endchoice - -config DEFAULT_DTB - string "U-Boot Default Device Tree File" - depends on TARGET_RVPHONE_CL_IMX8 - default "cl-som.dtb" +if TARGET_RVPHONE_CL_IMX8 config SYS_BOARD default "cl-imx8" config SYS_VENDOR - default "compulab" + default "rvphone" config SYS_CONFIG_NAME default "cl-imx8" |