summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2019-11-06 14:21:08 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2019-11-06 17:35:11 -0300
commit4e36f0fbe8df9f21ed9bbd3779bb0b07283fe0de (patch)
treecf7b4b3e92855eb3117794909354a58a78bf235a /conf/machine/include
parent4ae36fe73987c929577219cfc66ce109232ef06a (diff)
downloadmeta-freescale-4e36f0fbe8df9f21ed9bbd3779bb0b07283fe0de.tar.gz
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 <tom.hochstein@nxp.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/imx-base.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index fc7c7fc8..7e5437d3 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"
287# Do not update fstab file when using wic images 287# Do not update fstab file when using wic images
288WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update" 288WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update"
289 289
290SDCARD_ROOTFS ?= "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.ext4"
291IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}" 290IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}"
292 291
293IMAGE_BOOT_FILES ?= " \ 292IMAGE_BOOT_FILES ?= " \