summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-09-21 09:44:25 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2022-09-21 09:46:41 -0300
commit775bdef3fa04b9f70a3a4823b1c8b597b09fe5d5 (patch)
tree448bfe24baf9aaad2b9bbbfb9dd2a1c76fa558d9
parent3068a16ff6fde4d025f234332b953456e93cc8f6 (diff)
downloadmeta-freescale-775bdef3fa04b9f70a3a4823b1c8b597b09fe5d5.tar.gz
imx6qdlsabresd, imx6qdlsabreauto: Fix UBOOT_CONFIG name for u-boot-fslc
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit 26426764dd5bbac33357f8fabf508847f8643952)
-rw-r--r--conf/machine/imx6qdlsabreauto.conf2
-rw-r--r--conf/machine/imx6qdlsabresd.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/imx6qdlsabreauto.conf b/conf/machine/imx6qdlsabreauto.conf
index 16a061e5..b7b44589 100644
--- a/conf/machine/imx6qdlsabreauto.conf
+++ b/conf/machine/imx6qdlsabreauto.conf
@@ -34,7 +34,7 @@ KERNEL_DEVICETREE:use-mainline-bsp = " \
34 34
35### u-boot-fslc settings ### 35### u-boot-fslc settings ###
36SPL_BINARY:pn-u-boot-fslc = "SPL" 36SPL_BINARY:pn-u-boot-fslc = "SPL"
37UBOOT_CONFIG:pn-u-boot-fslc ??= "sd-fslc" 37UBOOT_CONFIG:pn-u-boot-fslc ??= "sd"
38UBOOT_SUFFIX:pn-u-boot-fslc = "img" 38UBOOT_SUFFIX:pn-u-boot-fslc = "img"
39 39
40### u-boot-imx settings ### 40### u-boot-imx settings ###
diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf
index 62ad478e..7c40a860 100644
--- a/conf/machine/imx6qdlsabresd.conf
+++ b/conf/machine/imx6qdlsabresd.conf
@@ -43,7 +43,7 @@ KERNEL_DEVICETREE:use-mainline-bsp = " \
43 43
44### u-boot-fslc settings ### 44### u-boot-fslc settings ###
45SPL_BINARY:pn-u-boot-fslc = "SPL" 45SPL_BINARY:pn-u-boot-fslc = "SPL"
46UBOOT_CONFIG:pn-u-boot-fslc ??= "sd-fslc" 46UBOOT_CONFIG:pn-u-boot-fslc ??= "sd"
47UBOOT_SUFFIX:pn-u-boot-fslc = "img" 47UBOOT_SUFFIX:pn-u-boot-fslc = "img"
48 48
49### u-boot-imx settings ### 49### u-boot-imx settings ###