summaryrefslogtreecommitdiffstats
path: root/conf
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
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')
-rw-r--r--conf/machine/imx8mmevk.conf2
-rw-r--r--conf/machine/imx8mqevk.conf2
-rw-r--r--conf/machine/imx8qmmek.conf1
-rw-r--r--conf/machine/imx8qxpmek.conf1
-rw-r--r--conf/machine/include/imx-base.inc1
5 files changed, 0 insertions, 7 deletions
diff --git a/conf/machine/imx8mmevk.conf b/conf/machine/imx8mmevk.conf
index 8294476f..94c5c969 100644
--- a/conf/machine/imx8mmevk.conf
+++ b/conf/machine/imx8mmevk.conf
@@ -38,8 +38,6 @@ SERIAL_CONSOLES = "115200;ttymxc1"
38 38
39IMAGE_BOOTLOADER = "imx-boot" 39IMAGE_BOOTLOADER = "imx-boot"
40 40
41BOOT_SPACE = "65536"
42
43LOADADDR = "" 41LOADADDR = ""
44UBOOT_SUFFIX = "bin" 42UBOOT_SUFFIX = "bin"
45UBOOT_MAKE_TARGET = "" 43UBOOT_MAKE_TARGET = ""
diff --git a/conf/machine/imx8mqevk.conf b/conf/machine/imx8mqevk.conf
index 19178fdd..a6cf9030 100644
--- a/conf/machine/imx8mqevk.conf
+++ b/conf/machine/imx8mqevk.conf
@@ -46,8 +46,6 @@ SERIAL_CONSOLES = "115200;ttymxc0"
46 46
47IMAGE_BOOTLOADER = "imx-boot" 47IMAGE_BOOTLOADER = "imx-boot"
48 48
49BOOT_SPACE = "65536"
50
51LOADADDR = "" 49LOADADDR = ""
52UBOOT_SUFFIX = "bin" 50UBOOT_SUFFIX = "bin"
53UBOOT_MAKE_TARGET = "" 51UBOOT_MAKE_TARGET = ""
diff --git a/conf/machine/imx8qmmek.conf b/conf/machine/imx8qmmek.conf
index 66d55eb3..a3326af1 100644
--- a/conf/machine/imx8qmmek.conf
+++ b/conf/machine/imx8qmmek.conf
@@ -43,7 +43,6 @@ UBOOT_CONFIG[sd] = "imx8qm_mek_defconfig,sdcard"
43UBOOT_CONFIG[fspi] = "imx8qm_mek_fspi_defconfig" 43UBOOT_CONFIG[fspi] = "imx8qm_mek_fspi_defconfig"
44UBOOT_CONFIG[mfgtool] = "imx8qm_mek_defconfig" 44UBOOT_CONFIG[mfgtool] = "imx8qm_mek_defconfig"
45 45
46BOOT_SPACE = "65536"
47IMAGE_BOOTLOADER = "imx-boot" 46IMAGE_BOOTLOADER = "imx-boot"
48IMX_BOOT_SEEK = "33" 47IMX_BOOT_SEEK = "33"
49 48
diff --git a/conf/machine/imx8qxpmek.conf b/conf/machine/imx8qxpmek.conf
index f976d12d..2611c2cc 100644
--- a/conf/machine/imx8qxpmek.conf
+++ b/conf/machine/imx8qxpmek.conf
@@ -38,7 +38,6 @@ UBOOT_CONFIG ??= "sd"
38UBOOT_CONFIG[sd] = "imx8qxp_mek_config,sdcard" 38UBOOT_CONFIG[sd] = "imx8qxp_mek_config,sdcard"
39UBOOT_CONFIG[fspi] = "imx8qxp_mek_fspi_defconfig" 39UBOOT_CONFIG[fspi] = "imx8qxp_mek_fspi_defconfig"
40 40
41BOOT_SPACE = "65536"
42IMAGE_BOOTLOADER = "imx-boot" 41IMAGE_BOOTLOADER = "imx-boot"
43IMX_BOOT_SEEK = "32" 42IMX_BOOT_SEEK = "32"
44 43
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 ?= " \