RV1126: spi_nand disable oem partition configs

Signed-off-by: Zhichao Guo <zhichao.guo@rock-chips.com>
Change-Id: Iea54ce0d1835620b55b5b14b327031001f5406d3
This commit is contained in:
Zhichao Guo
2022-06-21 17:19:12 +08:00
committed by Weiwen Chen
parent 48edc3dc81
commit 4e00019b61
3 changed files with 9 additions and 9 deletions

View File

@ -46,13 +46,13 @@ export RK_ROOTFS_IMG=rockdev/rootfs.${RK_ROOTFS_TYPE}
# Set ramboot image type
export RK_RAMBOOT_TYPE=
# Set oem partition type, including ext2 squashfs
export RK_OEM_FS_TYPE=ubi
export RK_OEM_FS_TYPE=
# Set userdata partition type, including ext2, fat
export RK_USERDATA_FS_TYPE=ubi
#OEM config
export RK_OEM_DIR=oem_ipc
export RK_OEM_DIR=
# OEM build on buildroot
export RK_OEM_BUILDIN_BUILDROOT=YES
export RK_OEM_BUILDIN_BUILDROOT=
#userdata config, if not define this, system will format by RK_USERDATA_FS_TYPE
export RK_USERDATA_DIR=
#

View File

@ -47,13 +47,13 @@ export RK_ROOTFS_IMG=rockdev/rootfs.${RK_ROOTFS_TYPE}
# Set ramboot image type
export RK_RAMBOOT_TYPE=
# Set oem partition type, including ext2 squashfs
export RK_OEM_FS_TYPE=ubi
export RK_OEM_FS_TYPE=
# Set userdata partition type, including ext2, fat
export RK_USERDATA_FS_TYPE=ubi
#OEM config
export RK_OEM_DIR=oem_ipc
export RK_OEM_DIR=
# OEM build on buildroot
export RK_OEM_BUILDIN_BUILDROOT=YES
export RK_OEM_BUILDIN_BUILDROOT=
#userdata config, if not define this, system will format by RK_USERDATA_FS_TYPE
export RK_USERDATA_DIR=
#

View File

@ -47,13 +47,13 @@ export RK_ROOTFS_IMG=rockdev/rootfs.${RK_ROOTFS_TYPE}
# Set ramboot image type
export RK_RAMBOOT_TYPE=
# Set oem partition type, including ext2 squashfs
export RK_OEM_FS_TYPE=ubi
export RK_OEM_FS_TYPE=
# Set userdata partition type, including ext2, fat
export RK_USERDATA_FS_TYPE=ubi
#OEM config
export RK_OEM_DIR=oem_ipc
export RK_OEM_DIR=
# OEM build on buildroot
export RK_OEM_BUILDIN_BUILDROOT=YES
export RK_OEM_BUILDIN_BUILDROOT=
#userdata config, if not define this, system will format by RK_USERDATA_FS_TYPE
export RK_USERDATA_DIR=
#