summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-04-10 09:32:51 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-10 09:32:51 -0300
commit722b1e6fc4f069cee4565c3fc9c7f0669529266d (patch)
tree911efd11f4d603e998176c5db48a92b4ba933d3d
parent55863907f41f015f8bd9741d63224334298dbbe2 (diff)
downloadmeta-freescale-722b1e6fc4f069cee4565c3fc9c7f0669529266d.tar.gz
imx6ulevk: Fix comment about SPL support
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Change-Id: If9e1b788bebeef4429a2ed71756aac54629cba30
-rw-r--r--conf/machine/imx6ulevk.conf3
1 files changed, 1 insertions, 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"
30 30
31### u-boot-imx settings ### 31### u-boot-imx settings ###
32 32
33# The u-boot-imx does not provide unified functionality for DL/Q/QP SoC 33# The u-boot-imx does not provide SPL support
34# variants. Change the defconfig to the targeted SoC variant.
35SPL_BINARY_pn-u-boot-imx = "" 34SPL_BINARY_pn-u-boot-imx = ""
36UBOOT_MAKE_TARGET_pn-u-boot-imx = "u-boot.imx" 35UBOOT_MAKE_TARGET_pn-u-boot-imx = "u-boot.imx"
37UBOOT_SUFFIX_pn-u-boot-imx = "imx" 36UBOOT_SUFFIX_pn-u-boot-imx = "imx"