rk3326: fixes the rootfs type to squashfs

This patch changed the rootfs type to squashfs to ext4, and fixes kernel
dts to match kernel.

Change-Id: Iaa11c4c9224a1819b14a054136a77498119a6bb6
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
Caesar Wang
2018-07-16 14:39:24 +08:00
parent d26a368a0c
commit 18577b93df
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ UBOOT_DEFCONFIG=evb-rk3326
# Kernel defconfig
KERNEL_DEFCONFIG=rk3326_linux_defconfig
# Kernel dts
KERNEL_DTS=rk3326-evb-linux-lp3-v10
KERNEL_DTS=rk3326-evb-lp3-v10-linux
# Buildroot config
CFG_BUILDROOT=rockchip_rk3326
# Recovery config
@ -28,7 +28,7 @@ TARGET_PRODUCT=rk3326
# Set rootfs type, see buildroot.
# ext4 squashfs
ROOTFS_TYPE=ext4
ROOTFS_TYPE=squashfs
# Set data partition type.
# ext2 squashfs

View File

@ -8,7 +8,7 @@ PARAMETER_PATH=$DEVICE_IMG_PATH/parameter.txt
OEM_IMG_PATH=$DEVICE_IMG_PATH/oem.img
USER_DATA_IMG_PATH=$DEVICE_IMG_PATH/userdata.img
MISC_IMG_PATH=$DEVICE_IMG_PATH/wipe_all-misc.img
ROOTFS_IMG_PATH=$(pwd)/buildroot/output/rockchip_rk3326/images/rootfs.ext4
ROOTFS_IMG_PATH=$(pwd)/buildroot/output/rockchip_rk3326/images/rootfs.squashfs
RECOVERY_PATH=$(pwd)/buildroot/output/rockchip_rk3326_recovery/images/recovery.img
mkdir -p $IMAGE_OUT_PATH
if [ ! -n "$1" ]