diff options
author | 2021-04-10 09:32:51 -0300 | |
---|---|---|
committer | 2021-04-10 09:32:51 -0300 | |
commit | 722b1e6fc4f069cee4565c3fc9c7f0669529266d (patch) | |
tree | 911efd11f4d603e998176c5db48a92b4ba933d3d | |
parent | 55863907f41f015f8bd9741d63224334298dbbe2 (diff) | |
download | meta-freescale-722b1e6fc4f069cee4565c3fc9c7f0669529266d.tar.gz meta-freescale-722b1e6fc4f069cee4565c3fc9c7f0669529266d.tar.bz2 meta-freescale-722b1e6fc4f069cee4565c3fc9c7f0669529266d.zip |
imx6ulevk: Fix comment about SPL support
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Change-Id: If9e1b788bebeef4429a2ed71756aac54629cba30
-rw-r--r-- | conf/machine/imx6ulevk.conf | 3 |
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" ### 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" |