rv1126/rv1109: BoardConfig.mk: use squashfs rootfs default

Signed-off-by: Weiwen Chen <cww@rock-chips.com>
Change-Id: Ib6b4c16612f791116ede867f983cedd36de6203d
This commit is contained in:
Weiwen Chen
2021-03-19 11:02:17 +08:00
parent 4e3b376d17
commit 5a63296874

View File

@ -35,7 +35,7 @@ export RK_JOBS=12
# target chip # target chip
export RK_TARGET_PRODUCT=rv1126_rv1109 export RK_TARGET_PRODUCT=rv1126_rv1109
# Set rootfs type, including ext2 ext4 squashfs # Set rootfs type, including ext2 ext4 squashfs
export RK_ROOTFS_TYPE=ext4 export RK_ROOTFS_TYPE=squashfs
# rootfs image path # rootfs image path
export RK_ROOTFS_IMG=rockdev/rootfs.${RK_ROOTFS_TYPE} export RK_ROOTFS_IMG=rockdev/rootfs.${RK_ROOTFS_TYPE}
# Set ramboot image type # Set ramboot image type