rv1126/rv1109: update BoardConfig mk

Signed-off-by: Weiwen Chen <cww@rock-chips.com>
Change-Id: Ida4a2f01dab0dc6addb5f874710a11252110aa6f
This commit is contained in:
Weiwen Chen
2021-05-11 20:09:41 +08:00
parent 91e4bf7488
commit 5cfba3d818
3 changed files with 8 additions and 6 deletions

View File

@ -45,4 +45,4 @@ export RK_MISC=
#choose enable distro module #choose enable distro module
export RK_DISTRO_MODULE= export RK_DISTRO_MODULE=
# Define package-file for update.img # Define package-file for update.img
export RK_PACKAGE_FILE=rv1126-package-file-emmc-tb export RK_PACKAGE_FILE=rv1126-package-file-emmc-dualcam-tb

View File

@ -27,7 +27,9 @@ export RK_PARAMETER=parameter-fit-nand-256M.txt
# Buildroot config # Buildroot config
export RK_CFG_BUILDROOT=rockchip_rv1126_rv1109_spi_nand export RK_CFG_BUILDROOT=rockchip_rv1126_rv1109_spi_nand
# Recovery config # Recovery config
export RK_CFG_RECOVERY= export RK_CFG_RECOVERY=rockchip_rv1126_rv1109_spi_nand_recovery
# Recovery image format type: fit(flattened image tree)
export RK_RECOVERY_FIT_ITS=boot4recovery.its
# ramboot config # ramboot config
export RK_CFG_RAMBOOT= export RK_CFG_RAMBOOT=
# Pcba config # Pcba config
@ -70,7 +72,7 @@ export RK_USERDATA_DIR=
# export RK_OEM_PARTITION_SIZE=0x6400000 # export RK_OEM_PARTITION_SIZE=0x6400000
# #
#misc image #misc image
export RK_MISC= export RK_MISC=blank-misc.img
#choose enable distro module #choose enable distro module
export RK_DISTRO_MODULE= export RK_DISTRO_MODULE=
# Define pre-build script for this board # Define pre-build script for this board

View File

@ -15,7 +15,7 @@ export RK_KERNEL_DEFCONFIG=rv1126_defconfig
# kernel defconfig fragment # kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=rv1126-tb.config export RK_KERNEL_DEFCONFIG_FRAGMENT=rv1126-tb.config
# Kernel dts # Kernel dts
export RK_KERNEL_DTS=rv1126-evb-ddr3-v13-tb-emmc export RK_KERNEL_DTS=rv1126-evb-ddr3-v12-tb-spi-nor
# boot image type # boot image type
export RK_BOOT_IMG=zboot.img export RK_BOOT_IMG=zboot.img
# kernel image path # kernel image path
@ -29,7 +29,7 @@ export RK_CFG_RECOVERY=
# ramboot idt config # ramboot idt config
export RK_RECOVERY_FIT_ITS=boot-tb.its export RK_RECOVERY_FIT_ITS=boot-tb.its
# ramboot config # ramboot config
export RK_CFG_RAMBOOT=rockchip_rv1126_evb_tb export RK_CFG_RAMBOOT=rockchip_rv1126_evb_spi_nor_tb
# Pcba config # Pcba config
export RK_CFG_PCBA= export RK_CFG_PCBA=
# Build jobs # Build jobs
@ -55,4 +55,4 @@ export RK_MISC=
#choose enable distro module #choose enable distro module
export RK_DISTRO_MODULE= export RK_DISTRO_MODULE=
# Define package-file for update.img # Define package-file for update.img
export RK_PACKAGE_FILE= export RK_PACKAGE_FILE=rv1126-package-file-spi-nor-tb