summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-09-27 11:11:18 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2019-09-27 11:11:18 +0200
commitfb6a8da7711ba8e1f6458f0eac528d505d8be23a (patch)
treecfdcc9767f126d385ae2338ac98a1edd648b6740
parentf2a1a7095ba04581b2a80811743eff517ca8c7c0 (diff)
machine: apalis-imx8x: use new u-boot-config name
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--conf/machine/apalis-imx8x.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/apalis-imx8x.conf b/conf/machine/apalis-imx8x.conf
index ed84a37..c1345b1 100644
--- a/conf/machine/apalis-imx8x.conf
+++ b/conf/machine/apalis-imx8x.conf
@@ -26,7 +26,7 @@ KERNEL_DEVICETREE = " \
UBOOT_MAKE_TARGET = "u-boot.bin"
UBOOT_SUFFIX = "bin"
UBOOT_CONFIG ??= "sd"
-UBOOT_CONFIG[sd] = "apalis-imx8qxp_config,sdcard"
+UBOOT_CONFIG[sd] = "apalis-imx8x_config,sdcard"
BOOT_SPACE = "65536"
IMAGE_BOOTLOADER = "imx-boot"