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/configs/cl-imx8_defconfig | |
parent | c6c159d4742c16dce25e6353876612e443a39b7d (diff) |
fixed u-boot
Diffstat (limited to 'recipes-bsp/u-boot/rvphone/cl-imx8/configs/cl-imx8_defconfig')
-rw-r--r-- | recipes-bsp/u-boot/rvphone/cl-imx8/configs/cl-imx8_defconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/u-boot/rvphone/cl-imx8/configs/cl-imx8_defconfig b/recipes-bsp/u-boot/rvphone/cl-imx8/configs/cl-imx8_defconfig index 4f48094..ed49417 100644 --- a/recipes-bsp/u-boot/rvphone/cl-imx8/configs/cl-imx8_defconfig +++ b/recipes-bsp/u-boot/rvphone/cl-imx8/configs/cl-imx8_defconfig @@ -2,14 +2,14 @@ CONFIG_ARM=y CONFIG_ARCH_IMX8M=y CONFIG_SYS_TEXT_BASE=0x40200000 CONFIG_SYS_MALLOC_F_LEN=0x2000 -CONFIG_TARGET_COMPULAB_IMX8=y +CONFIG_TARGET_RVPHONE_CL_IMX8=y CONFIG_IMX_OPTEE=y -CONFIG_DEFAULT_DEVICE_TREE="cl-som-imx8" -CONFIG_LOCALVERSION="-cl-som-imx8-rev1.1-1.0-CFG" +CONFIG_DEFAULT_DEVICE_TREE="cl-imx8" +CONFIG_LOCALVERSION="-rvphone-cl-imx8-CFG" CONFIG_FIT=y CONFIG_SPL_LOAD_FIT=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg" -CONFIG_DEFAULT_FDT_FILE="sbc-imx8.dtb" +CONFIG_DEFAULT_FDT_FILE="cl-imx8.dtb" CONFIG_ARCH_MISC_INIT=y CONFIG_SPL=y CONFIG_SPL_BOARD_INIT=y |