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.conf11
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"
24KERNEL_DEVICETREE_use-mainline-bsp = "imx6ul-14x14-evk.dtb" 24KERNEL_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. 27UBOOT_MAKE_TARGET = ""
28UBOOT_MAKE_TARGET_pn-u-boot-fslc = "" 28UBOOT_SUFFIX = "img"
29UBOOT_SUFFIX_pn-u-boot-fslc = "img" 29SPL_BINARY = "SPL"
30SPL_BINARY_pn-u-boot-fslc = "SPL" 30WKS_FILE = "imx-uboot-spl-bootpart.wks.in"
31WKS_FILE_pn-u-boot-fslc = "imx-uboot-spl-bootpart.wks.in"
32 31
33UBOOT_CONFIG ??= " \ 32UBOOT_CONFIG ??= " \
34 sd \ 33 sd \