summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-09-27 12:25:24 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-10-17 19:04:54 +0200
commit7bdb81941989e28e80bf361f9c6e885e58f18db5 (patch)
tree2948bbf66684ff76e28fafacb186751ef496d669 /conf
parentfcbfee275e8531e83b093060e1a403b377090ddb (diff)
machines: drop image_bootloader
This variable is not used. Drop its definition. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit bfaa623b5a7a8d4a866aa6784dceaf58a0897176)
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/apalis-imx8.conf1
-rw-r--r--conf/machine/apalis-imx8x.conf1
-rw-r--r--conf/machine/colibri-imx8x.conf1
-rw-r--r--conf/machine/verdin-imx8mm.conf1
4 files changed, 0 insertions, 4 deletions
diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf
index 749420d..1981b24 100644
--- a/conf/machine/apalis-imx8.conf
+++ b/conf/machine/apalis-imx8.conf
@@ -42,7 +42,6 @@ UBOOT_ENTRYPOINT = "0x80280000"
UBOOT_RD_LOADADDRESS = "0xA0000000"
BOOT_SPACE = "65536"
-IMAGE_BOOTLOADER = "imx-boot"
IMX_BOOT_SEEK = "32"
IMAGE_BOOT_FILES_append = " boot.scr-${MACHINE};boot.scr hdmitxfw.bin dpfw.bin"
diff --git a/conf/machine/apalis-imx8x.conf b/conf/machine/apalis-imx8x.conf
index 02200b0..8d4e677 100644
--- a/conf/machine/apalis-imx8x.conf
+++ b/conf/machine/apalis-imx8x.conf
@@ -39,7 +39,6 @@ UBOOT_ENTRYPOINT = "0x80280000"
UBOOT_RD_LOADADDRESS = "0xA0000000"
BOOT_SPACE = "65536"
-IMAGE_BOOTLOADER = "imx-boot"
IMX_BOOT_SEEK = "32"
IMAGE_BOOT_FILES_append = " boot.scr-${MACHINE};boot.scr"
diff --git a/conf/machine/colibri-imx8x.conf b/conf/machine/colibri-imx8x.conf
index e27cab2..a8090cb 100644
--- a/conf/machine/colibri-imx8x.conf
+++ b/conf/machine/colibri-imx8x.conf
@@ -42,7 +42,6 @@ UBOOT_ENTRYPOINT = "0x80280000"
UBOOT_RD_LOADADDRESS = "0xA0000000"
BOOT_SPACE = "65536"
-IMAGE_BOOTLOADER = "imx-boot"
IMX_BOOT_SEEK = "32"
IMAGE_BOOT_FILES_append = " boot.scr-${MACHINE};boot.scr"
diff --git a/conf/machine/verdin-imx8mm.conf b/conf/machine/verdin-imx8mm.conf
index 355f8de..8afabbc 100644
--- a/conf/machine/verdin-imx8mm.conf
+++ b/conf/machine/verdin-imx8mm.conf
@@ -40,7 +40,6 @@ DDR_FIRMWARE_NAME = "lpddr4_pmu_train_1d_imem.bin lpddr4_pmu_train_1d_dmem.bin l
UBOOT_DTB_NAME = "imx8mm-verdin.dtb"
BOOT_SPACE = "65536"
-IMAGE_BOOTLOADER = "imx-boot"
# Set imx-mkimage boot target
IMXBOOT_TARGETS = "flash_evk_emmc_fastboot"