rk3326: BoardConfig.mk: modify rootfs type to ext4
Change-Id: I500624d3ad3404a9db4868f69c97bd8d5daab7f0 Signed-off-by: Leo Wen <leo.wen@rock-chips.com>
This commit is contained in:
@ -27,7 +27,7 @@ export RK_JOBS=12
|
||||
# target chip
|
||||
export RK_TARGET_PRODUCT=rk3326
|
||||
# Set rootfs type, including ext2 ext4 squashfs
|
||||
export RK_ROOTFS_TYPE=squashfs
|
||||
export RK_ROOTFS_TYPE=ext4
|
||||
# rootfs image path
|
||||
export RK_ROOTFS_IMG=buildroot/output/$RK_CFG_BUILDROOT/images/rootfs.$RK_ROOTFS_TYPE
|
||||
# Set oem partition type, including ext2 squashfs
|
||||
|
||||
Reference in New Issue
Block a user