summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2019-10-06 18:25:26 +0200
committerMing Liu <ming.liu@toradex.com>2019-10-06 18:28:44 +0200
commit9a391b832a19cdeb20a6838996ccde00df82b705 (patch)
tree58f7be608e8e17ae2f2d0977990da789f5f66cae /conf
parent4302ec75cdf77605c5563ccf7063cc9f2613eb5d (diff)
apalis-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')
-rw-r--r--conf/machine/apalis-imx8x.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/apalis-imx8x.conf b/conf/machine/apalis-imx8x.conf
index c1345b1..bb5506f 100644
--- a/conf/machine/apalis-imx8x.conf
+++ b/conf/machine/apalis-imx8x.conf
@@ -23,7 +23,6 @@ KERNEL_DEVICETREE = " \
freescale/fsl-imx8qxp-apalis-eval.dtb \
"
-UBOOT_MAKE_TARGET = "u-boot.bin"
UBOOT_SUFFIX = "bin"
UBOOT_CONFIG ??= "sd"
UBOOT_CONFIG[sd] = "apalis-imx8x_config,sdcard"