diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-09-21 09:44:25 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2022-09-21 09:46:41 -0300 |
commit | 775bdef3fa04b9f70a3a4823b1c8b597b09fe5d5 (patch) | |
tree | 448bfe24baf9aaad2b9bbbfb9dd2a1c76fa558d9 /conf/machine/imx6qdlsabreauto.conf | |
parent | 3068a16ff6fde4d025f234332b953456e93cc8f6 (diff) | |
download | meta-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)
Diffstat (limited to 'conf/machine/imx6qdlsabreauto.conf')
-rw-r--r-- | conf/machine/imx6qdlsabreauto.conf | 2 |
1 files changed, 1 insertions, 1 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 ### |
36 | SPL_BINARY:pn-u-boot-fslc = "SPL" | 36 | SPL_BINARY:pn-u-boot-fslc = "SPL" |
37 | UBOOT_CONFIG:pn-u-boot-fslc ??= "sd-fslc" | 37 | UBOOT_CONFIG:pn-u-boot-fslc ??= "sd" |
38 | UBOOT_SUFFIX:pn-u-boot-fslc = "img" | 38 | UBOOT_SUFFIX:pn-u-boot-fslc = "img" |
39 | 39 | ||
40 | ### u-boot-imx settings ### | 40 | ### u-boot-imx settings ### |