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.conf19
1 files changed, 13 insertions, 6 deletions
diff --git a/conf/machine/imx6ullevk.conf b/conf/machine/imx6ullevk.conf
index bcaeede7..7d5f62d1 100644
--- a/conf/machine/imx6ullevk.conf
+++ b/conf/machine/imx6ullevk.conf
@@ -9,6 +9,8 @@ MACHINEOVERRIDES =. "mx6:mx6ull:"
9include conf/machine/include/imx-base.inc 9include conf/machine/include/imx-base.inc
10include conf/machine/include/tune-cortexa7.inc 10include conf/machine/include/tune-cortexa7.inc
11 11
12MACHINE_FEATURES += "wifi bluetooth bcm4339 bcm43455"
13
12KERNEL_DEVICETREE = " \ 14KERNEL_DEVICETREE = " \
13 imx6ull-14x14-evk.dtb \ 15 imx6ull-14x14-evk.dtb \
14" 16"
@@ -20,10 +22,15 @@ KERNEL_DEVICETREE_append_use-nxp-bsp = " \
20 imx6ull-14x14-evk-gpmi-weim.dtb \ 22 imx6ull-14x14-evk-gpmi-weim.dtb \
21" 23"
22 24
23UBOOT_CONFIG ??= "sd" 25UBOOT_CONFIG ??= " \
24UBOOT_CONFIG[sd] = "mx6ull_14x14_evk_config,sdcard" 26 sd \
25UBOOT_CONFIG[mfgtool] = "mx6ull_14x14_evk_config" 27 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \
26 28"
27SERIAL_CONSOLES = "115200;ttymxc0" 29UBOOT_CONFIG[sd] = "mx6ull_14x14_evk_config,sdcard"
30UBOOT_CONFIG[sd-optee] = "mx6ull_14x14_evk_optee_config,sdcard"
31UBOOT_CONFIG[emmc] = "mx6ull_14x14_evk_emmc_config,sdcard"
32UBOOT_CONFIG[nand] = "mx6ull_14x14_evk_nand_config,ubifs"
33UBOOT_CONFIG[qspi1] = "mx6ull_14x14_evk_qspi1_config"
34UBOOT_CONFIG[mfgtool] = "mx6ull_14x14_evk_config"
28 35
29MACHINE_FEATURES += "wifi bluetooth" 36OPTEE_BIN_EXT = "6ullevk"