summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-12-24 15:16:59 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-02-11 18:07:36 -0200
commit3c8b7f9a5a44687eb376db205674c0eb6235fea9 (patch)
tree5e2567ede8c763284dd977859dca55cb8d777f77 /conf
parentb991bbfe9742f76efccee624fc2f2a829bb28e0b (diff)
downloadmeta-fsl-arm-3c8b7f9a5a44687eb376db205674c0eb6235fea9.tar.gz
imx6qpsabresd: Create i.MX 6QuadPlus Sabre SD machine configuration
MLK-11526-1 ARM: dts: add imx6qp sabresd board support Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx6qpsabresd.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/machine/imx6qpsabresd.conf b/conf/machine/imx6qpsabresd.conf
new file mode 100644
index 0000000..01afc60
--- /dev/null
+++ b/conf/machine/imx6qpsabresd.conf
@@ -0,0 +1,16 @@
1#@TYPE: Machine
2#@NAME: Freescale i.MX6Q Plus SABRE Smart Device
3#@SOC: i.MX6QP
4#@DESCRIPTION: Machine configuration for Freescale i.MX6QP SABRE Smart Device
5#@MAINTAINER: Lauren Post <lauren.post@freescale.com>
6
7require conf/machine/include/imx6sabresd-common.inc
8
9SOC_FAMILY = "mx6:mx6q"
10
11KERNEL_DEVICETREE = "imx6qp-sabresd.dtb imx6qp-sabresd-ldo.dtb imx6qp-sabresd-btwifi.dtb imx6qp-sabresd-hdcp.dtb"
12
13UBOOT_CONFIG ??= "sd"
14UBOOT_CONFIG[sd] = "mx6qpsabresd_config,sdcard"
15UBOOT_CONFIG[sata] = "mx6qpsabresd_sata_config"
16UBOOT_CONFIG[mfgtool] = "mx6qpsabresd_config"