summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2019-10-06 18:23:50 +0200
committerMing Liu <ming.liu@toradex.com>2019-10-06 18:28:44 +0200
commit4302ec75cdf77605c5563ccf7063cc9f2613eb5d (patch)
treea1cc27b8d01bbc25b7e22ddfb0655fd82482e401 /conf/machine
parenta3b71f705198b8710199721cc8587d539c9e9732 (diff)
colibri-imx8x.conf: drop UBOOT_MAKE_TARGET definition
The UBOOT_MAKE_TARGET is being overridden in imx-base.inc by UBOOT_MAKE_TARGET_mx8, so the setting here is useless. Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/colibri-imx8x.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/colibri-imx8x.conf b/conf/machine/colibri-imx8x.conf
index 95adbca..7df7d74 100644
--- a/conf/machine/colibri-imx8x.conf
+++ b/conf/machine/colibri-imx8x.conf
@@ -27,7 +27,6 @@ KERNEL_DEVICETREE = " \
freescale/fsl-imx8qxp-colibri-aster.dtb \
"
-UBOOT_MAKE_TARGET = "u-boot.bin"
UBOOT_SUFFIX = "bin"
UBOOT_CONFIG ??= "sd"
UBOOT_CONFIG[sd] = "colibri-imx8qxp_config,sdcard"