rk3308: remove unused packages for robot32
Change-Id: I93fb6046e76b8625c245a893504207c39561490d Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
This commit is contained in:
@ -5,9 +5,9 @@ export RK_ARCH=arm
|
|||||||
# Uboot defconfig
|
# Uboot defconfig
|
||||||
export RK_UBOOT_DEFCONFIG=evb-aarch32-rk3308
|
export RK_UBOOT_DEFCONFIG=evb-aarch32-rk3308
|
||||||
# Kernel defconfig
|
# Kernel defconfig
|
||||||
export RK_KERNEL_DEFCONFIG=rk3308_linux_aarch32_debug_defconfig
|
export RK_KERNEL_DEFCONFIG=rk3308_robot_aarch32_defconfig
|
||||||
# Kernel dts
|
# Kernel dts
|
||||||
export RK_KERNEL_DTS=rk3308b-evb-amic-v10-aarch32
|
export RK_KERNEL_DTS=rk3308-robot-aarch32
|
||||||
# boot image type
|
# boot image type
|
||||||
export RK_BOOT_IMG=zboot.img
|
export RK_BOOT_IMG=zboot.img
|
||||||
# kernel image path
|
# kernel image path
|
||||||
@ -17,13 +17,13 @@ export RK_PARAMETER=parameter-32bit.txt
|
|||||||
# Buildroot config
|
# Buildroot config
|
||||||
export RK_CFG_BUILDROOT=rockchip_rk3308_robot32
|
export RK_CFG_BUILDROOT=rockchip_rk3308_robot32
|
||||||
# Recovery config
|
# Recovery config
|
||||||
export RK_CFG_RECOVERY=rockchip_rk3308_recovery
|
export RK_CFG_RECOVERY=rockchip_rk3308_robot_recovery
|
||||||
# ramboot config
|
# ramboot config
|
||||||
export RK_CFG_RAMBOOT=
|
export RK_CFG_RAMBOOT=
|
||||||
# Pcba config
|
# Pcba config
|
||||||
export RK_CFG_PCBA=rockchip_rk3308_pcba
|
export RK_CFG_PCBA=rockchip_rk3308_pcba
|
||||||
# Build jobs
|
# Build jobs
|
||||||
export RK_JOBS=12
|
export RK_JOBS=20
|
||||||
# target chip
|
# target chip
|
||||||
export RK_TARGET_PRODUCT=rk3308
|
export RK_TARGET_PRODUCT=rk3308
|
||||||
# Set rootfs type, including ext2 ext4 squashfs
|
# Set rootfs type, including ext2 ext4 squashfs
|
||||||
@ -36,14 +36,11 @@ export RK_OEM_FS_TYPE=ext2
|
|||||||
export RK_USERDATA_FS_TYPE=ext2
|
export RK_USERDATA_FS_TYPE=ext2
|
||||||
# Set flash type. support <emmc, nand, spi_nand, spi_nor>
|
# Set flash type. support <emmc, nand, spi_nand, spi_nor>
|
||||||
export RK_STORAGE_TYPE=nand
|
export RK_STORAGE_TYPE=nand
|
||||||
#OEM config: /oem/dueros/aispeech-6mic-64bit/aispeech-2mic-64bit/aispeech-4mic-32bit/aispeech-2mic-32bit/aispeech-2mic-kongtiao-32bit/iflytekSDK/CaeDemo_VAD/smart_voice
|
#OEM config:
|
||||||
export RK_OEM_DIR=oem
|
export RK_OEM_DIR=oem_empty
|
||||||
#userdata config
|
#userdata config
|
||||||
export RK_USERDATA_DIR=userdata_empty
|
export RK_USERDATA_DIR=userdata_empty
|
||||||
MIC_NUM=6
|
|
||||||
#misc image
|
#misc image
|
||||||
export RK_MISC=wipe_all-misc.img
|
export RK_MISC=wipe_all-misc.img
|
||||||
#choose enable distro module
|
#choose enable distro module
|
||||||
export RK_DISTRO_MODULE=
|
export RK_DISTRO_MODULE=
|
||||||
# loader name
|
|
||||||
export RK_LOADER_NAME=*_loader_uart4_v*.bin
|
|
||||||
Reference in New Issue
Block a user