summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6ullevk.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/imx6ullevk.conf')
-rw-r--r--conf/machine/imx6ullevk.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/imx6ullevk.conf b/conf/machine/imx6ullevk.conf
index 7d5f62d1..bd592a20 100644
--- a/conf/machine/imx6ullevk.conf
+++ b/conf/machine/imx6ullevk.conf
@@ -22,6 +22,9 @@ KERNEL_DEVICETREE_append_use-nxp-bsp = " \
22 imx6ull-14x14-evk-gpmi-weim.dtb \ 22 imx6ull-14x14-evk-gpmi-weim.dtb \
23" 23"
24 24
25UBOOT_MAKE_TARGET = "u-boot.imx"
26UBOOT_SUFFIX = "imx"
27
25UBOOT_CONFIG ??= " \ 28UBOOT_CONFIG ??= " \
26 sd \ 29 sd \
27 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \ 30 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \