summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6ulevk.conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2019-02-16 10:17:01 -0600
committerTom Hochstein <tom.hochstein@nxp.com>2019-02-18 10:59:56 -0600
commite5cd33c9b393ce3f434c8cf0d0bfa65357a1a249 (patch)
tree105eda57233c2441e6e77f5bd7d2034255e30b41 /conf/machine/imx6ulevk.conf
parentf9721b1f54fbedb76dd0c22054c3c7247e39be71 (diff)
downloadmeta-freescale-e5cd33c9b393ce3f434c8cf0d0bfa65357a1a249.tar.gz
u-boot.imx: Add u-boot configuration for fsl
The fsl distro was broken for the following machine files because they set u-boot configuration to fslc configuration: - imx6qdlsabreauto - imx6qdlsabresd - imx6ulevk Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf/machine/imx6ulevk.conf')
-rw-r--r--conf/machine/imx6ulevk.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf
index 14f83828..01ebce6f 100644
--- a/conf/machine/imx6ulevk.conf
+++ b/conf/machine/imx6ulevk.conf
@@ -16,12 +16,14 @@ KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb imx6ul-14x14-
16 imx6ul-14x14-evk-emmc.dtb " 16 imx6ul-14x14-evk-emmc.dtb "
17KERNEL_DEVICETREE_use-mainline-bsp = "imx6ul-14x14-evk.dtb" 17KERNEL_DEVICETREE_use-mainline-bsp = "imx6ul-14x14-evk.dtb"
18 18
19# Use fslc u-boot by default. See also imx-base.inc.
20UBOOT_MAKE_TARGET = ""
19UBOOT_SUFFIX = "img" 21UBOOT_SUFFIX = "img"
20SPL_BINARY = "SPL" 22SPL_BINARY = "SPL"
21UBOOT_MAKE_TARGET = "" 23WKS_FILE = "imx-uboot-spl-bootpart.wks"
24
22UBOOT_CONFIG ??= "sd" 25UBOOT_CONFIG ??= "sd"
23UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard" 26UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard"
24UBOOT_CONFIG[emmc] = "mx6ul_14x14_evk_emmc_config,sdcard" 27UBOOT_CONFIG[emmc] = "mx6ul_14x14_evk_emmc_config,sdcard"
25UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config" 28UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config"
26UBOOT_CONFIG[mfgtool] = "mx6ul_14x14_evk_config" 29UBOOT_CONFIG[mfgtool] = "mx6ul_14x14_evk_config"
27WKS_FILE = "imx-uboot-spl-bootpart.wks"