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.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/imx6ullevk.conf b/conf/machine/imx6ullevk.conf
index 4c1184a79..b419bb1d4 100644
--- a/conf/machine/imx6ullevk.conf
+++ b/conf/machine/imx6ullevk.conf
@@ -11,7 +11,7 @@ include conf/machine/include/arm/armv7a/tune-cortexa7.inc
11 11
12MACHINE_FIRMWARE:append = " firmware-imx-epdc" 12MACHINE_FIRMWARE:append = " firmware-imx-epdc"
13 13
14MACHINE_FEATURES += "wifi bluetooth bcm4339 bcm43455 nxp8801-sdio nxp8987-sdio" 14MACHINE_FEATURES += "wifi bluetooth bcm4339 bcm43455 nxp8987-sdio"
15MACHINE_FEATURES:append:use-nxp-bsp = " nxpwifi-all-sdio" 15MACHINE_FEATURES:append:use-nxp-bsp = " nxpwifi-all-sdio"
16 16
17KERNEL_DEVICETREE = " \ 17KERNEL_DEVICETREE = " \
@@ -39,9 +39,9 @@ UBOOT_CONFIG ??= " \
39 sd \ 39 sd \
40 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \ 40 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \
41" 41"
42UBOOT_CONFIG[sd] = "mx6ull_14x14_evk_config,sdcard" 42UBOOT_CONFIG[sd] = "mx6ull_14x14_evk_config"
43UBOOT_CONFIG[sd-optee] = "mx6ull_14x14_evk_optee_config,sdcard" 43UBOOT_CONFIG[sd-optee] = "mx6ull_14x14_evk_optee_config"
44UBOOT_CONFIG[emmc] = "mx6ull_14x14_evk_emmc_config,sdcard" 44UBOOT_CONFIG[emmc] = "mx6ull_14x14_evk_emmc_config"
45UBOOT_CONFIG[nand] = "mx6ull_14x14_evk_nand_config,ubifs" 45UBOOT_CONFIG[nand] = "mx6ull_14x14_evk_nand_config,ubifs"
46UBOOT_CONFIG[qspi1] = "mx6ull_14x14_evk_qspi1_config" 46UBOOT_CONFIG[qspi1] = "mx6ull_14x14_evk_qspi1_config"
47 47