diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2021-04-10 09:32:51 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-04-10 09:32:51 -0300 |
commit | 722b1e6fc4f069cee4565c3fc9c7f0669529266d (patch) | |
tree | 911efd11f4d603e998176c5db48a92b4ba933d3d /conf | |
parent | 55863907f41f015f8bd9741d63224334298dbbe2 (diff) | |
download | meta-freescale-722b1e6fc4f069cee4565c3fc9c7f0669529266d.tar.gz |
imx6ulevk: Fix comment about SPL support
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Change-Id: If9e1b788bebeef4429a2ed71756aac54629cba30
Diffstat (limited to 'conf')
-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" | |||
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. | ||
35 | SPL_BINARY_pn-u-boot-imx = "" | 34 | SPL_BINARY_pn-u-boot-imx = "" |
36 | UBOOT_MAKE_TARGET_pn-u-boot-imx = "u-boot.imx" | 35 | UBOOT_MAKE_TARGET_pn-u-boot-imx = "u-boot.imx" |
37 | UBOOT_SUFFIX_pn-u-boot-imx = "imx" | 36 | UBOOT_SUFFIX_pn-u-boot-imx = "imx" |