summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/imx6qpsabresd.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/imx6qpsabresd.conf b/conf/machine/imx6qpsabresd.conf
index 2e7ee47..894a05c 100644
--- a/conf/machine/imx6qpsabresd.conf
+++ b/conf/machine/imx6qpsabresd.conf
@@ -10,6 +10,9 @@ SOC_FAMILY = "mx6:mx6q"
10 10
11KERNEL_DEVICETREE = "imx6qp-sabresd.dtb imx6qp-sabresd-ldo.dtb imx6qp-sabresd-btwifi.dtb imx6qp-sabresd-hdcp.dtb" 11KERNEL_DEVICETREE = "imx6qp-sabresd.dtb imx6qp-sabresd-ldo.dtb imx6qp-sabresd-btwifi.dtb imx6qp-sabresd-hdcp.dtb"
12 12
13PREFERRED_PROVIDER_u-boot = "u-boot-imx"
14PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
15
13UBOOT_CONFIG ??= "sd" 16UBOOT_CONFIG ??= "sd"
14UBOOT_CONFIG[sd] = "mx6qpsabresd_config,sdcard" 17UBOOT_CONFIG[sd] = "mx6qpsabresd_config,sdcard"
15UBOOT_CONFIG[sata] = "mx6qpsabresd_sata_config" 18UBOOT_CONFIG[sata] = "mx6qpsabresd_sata_config"