From 4e36f0fbe8df9f21ed9bbd3779bb0b07283fe0de Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Wed, 6 Nov 2019 14:21:08 -0600 Subject: machine: Remove unused variables BOOT_SPACE and SDCARD_ROOTFS BOOT_SPACE and SDCARD_ROOTFS are no longer used with the move to wic. Signed-off-by: Tom Hochstein --- conf/machine/include/imx-base.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'conf/machine/include') diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index fc7c7fc88..7e5437d3d 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -287,7 +287,6 @@ SOC_DEFAULT_IMAGE_FSTYPES_mxs = "uboot-mxsboot-sdcard wic.gz" # Do not update fstab file when using wic images WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update" -SDCARD_ROOTFS ?= "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.ext4" IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}" IMAGE_BOOT_FILES ?= " \ -- cgit v1.2.3-54-g00ecf