diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2021-03-19 11:55:22 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-03-24 11:18:34 -0300 |
commit | 7a029812002b93e9f51db45e640c234bdb75322b (patch) | |
tree | da1139cca4e84542b19791d1dd2436f0a4e92521 /conf/machine/imx6ulevk.conf | |
parent | b7db8aa7b47023cb344d7c8e9a2c2eb125693e1b (diff) | |
download | meta-freescale-7a029812002b93e9f51db45e640c234bdb75322b.tar.gz |
Revert "imx6*.conf: Rework machine assignments for u-boot variables"
This reverts commit cc4b91bf3a3cf5c2034372c607783048aae44b65.
Diffstat (limited to 'conf/machine/imx6ulevk.conf')
-rw-r--r-- | conf/machine/imx6ulevk.conf | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf index 63047d02..a8acb43d 100644 --- a/conf/machine/imx6ulevk.conf +++ b/conf/machine/imx6ulevk.conf | |||
@@ -23,12 +23,11 @@ KERNEL_DEVICETREE = " \ | |||
23 | " | 23 | " |
24 | KERNEL_DEVICETREE_use-mainline-bsp = "imx6ul-14x14-evk.dtb" | 24 | KERNEL_DEVICETREE_use-mainline-bsp = "imx6ul-14x14-evk.dtb" |
25 | 25 | ||
26 | # These u-boot variables default to the correct settings for u-boot-imx. | 26 | # Use fslc u-boot by default. See also imx-base.inc. |
27 | # Set overrides for u-boot-fslc. | 27 | UBOOT_MAKE_TARGET = "" |
28 | UBOOT_MAKE_TARGET_pn-u-boot-fslc = "" | 28 | UBOOT_SUFFIX = "img" |
29 | UBOOT_SUFFIX_pn-u-boot-fslc = "img" | 29 | SPL_BINARY = "SPL" |
30 | SPL_BINARY_pn-u-boot-fslc = "SPL" | 30 | WKS_FILE = "imx-uboot-spl-bootpart.wks.in" |
31 | WKS_FILE_pn-u-boot-fslc = "imx-uboot-spl-bootpart.wks.in" | ||
32 | 31 | ||
33 | UBOOT_CONFIG ??= " \ | 32 | UBOOT_CONFIG ??= " \ |
34 | sd \ | 33 | sd \ |