Merge pull request #197 from XevoInc/comment-fix

sdimage: fix incorrect comment
This commit is contained in:
Enrico Butera
2018-01-23 23:20:06 +01:00
committed by GitHub

View File

@ -25,7 +25,7 @@ BOOT_SPACE ?= "40960"
# First partition begin at sector 2048 : 2048*1024 = 2097152
IMAGE_ROOTFS_ALIGNMENT = "2048"
# Use an uncompressed ext3 by default as rootfs
# Use an uncompressed ext4 by default as rootfs
SDIMG_ROOTFS_TYPE ?= "ext4"
SDIMG_ROOTFS = "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}"