From 722b1e6fc4f069cee4565c3fc9c7f0669529266d Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 10 Apr 2021 09:32:51 -0300 Subject: [PATCH] imx6ulevk: Fix comment about SPL support Signed-off-by: Otavio Salvador Change-Id: If9e1b788bebeef4429a2ed71756aac54629cba30 --- conf/machine/imx6ulevk.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf index 88a6d566..f7c5d8ae 100644 --- a/conf/machine/imx6ulevk.conf +++ b/conf/machine/imx6ulevk.conf @@ -30,8 +30,7 @@ UBOOT_SUFFIX_pn-u-boot-fslc = "img" ### u-boot-imx settings ### -# The u-boot-imx does not provide unified functionality for DL/Q/QP SoC -# variants. Change the defconfig to the targeted SoC variant. +# The u-boot-imx does not provide SPL support SPL_BINARY_pn-u-boot-imx = "" UBOOT_MAKE_TARGET_pn-u-boot-imx = "u-boot.imx" UBOOT_SUFFIX_pn-u-boot-imx = "imx" -- 2.40.1