diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-12-24 15:16:59 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:25 -0300 |
commit | c43c291fd09e0845cff39e43c545ab19f5c23243 (patch) | |
tree | c11beb59c3d5ea2f2e18522039403d536e2fbc7b | |
parent | d103fc5bae25c5baff3f9a37ba93fc01fbbb7e89 (diff) | |
download | meta-freescale-c43c291fd09e0845cff39e43c545ab19f5c23243.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>
-rw-r--r-- | conf/machine/imx6qpsabresd.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/machine/imx6qpsabresd.conf b/conf/machine/imx6qpsabresd.conf new file mode 100644 index 00000000..01afc607 --- /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 | |||
7 | require conf/machine/include/imx6sabresd-common.inc | ||
8 | |||
9 | SOC_FAMILY = "mx6:mx6q" | ||
10 | |||
11 | KERNEL_DEVICETREE = "imx6qp-sabresd.dtb imx6qp-sabresd-ldo.dtb imx6qp-sabresd-btwifi.dtb imx6qp-sabresd-hdcp.dtb" | ||
12 | |||
13 | UBOOT_CONFIG ??= "sd" | ||
14 | UBOOT_CONFIG[sd] = "mx6qpsabresd_config,sdcard" | ||
15 | UBOOT_CONFIG[sata] = "mx6qpsabresd_sata_config" | ||
16 | UBOOT_CONFIG[mfgtool] = "mx6qpsabresd_config" | ||