rv1126_rv1109: tb: BoardConfig-tb-v13 add oem partition
Signed-off-by: Fenrir Lin <fenrir.lin@rock-chips.com> Change-Id: I24129405de51ad02fd1b647ca55e241b7897f397
This commit is contained in:
@ -35,11 +35,13 @@ export RK_TARGET_PRODUCT=rv1126_rv1109
|
|||||||
# Set ramboot image type
|
# Set ramboot image type
|
||||||
export RK_RAMBOOT_TYPE=ROMFS
|
export RK_RAMBOOT_TYPE=ROMFS
|
||||||
# Set oem partition type, including ext2 squashfs
|
# Set oem partition type, including ext2 squashfs
|
||||||
export RK_OEM_FS_TYPE=
|
export RK_OEM_FS_TYPE=ext2
|
||||||
# Set userdata partition type, including ext2, fat
|
# Set userdata partition type, including ext2, fat
|
||||||
export RK_USERDATA_FS_TYPE=ext2
|
export RK_USERDATA_FS_TYPE=ext2
|
||||||
#OEM config
|
#OEM config
|
||||||
export RK_OEM_DIR=
|
export RK_OEM_DIR=oem_empty
|
||||||
|
# OEM build on buildroot
|
||||||
|
export RK_OEM_BUILDIN_BUILDROOT=YES
|
||||||
#userdata config, if not define this, system will format by RK_USERDATA_FS_TYPE
|
#userdata config, if not define this, system will format by RK_USERDATA_FS_TYPE
|
||||||
export RK_USERDATA_DIR=userdata_empty
|
export RK_USERDATA_DIR=userdata_empty
|
||||||
#misc image
|
#misc image
|
||||||
|
|||||||
Reference in New Issue
Block a user