summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6ulevk.conf
diff options
context:
space:
mode:
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"