summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2014-09-04 08:12:55 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-10 18:55:22 -0200
commit2fa18a0b06e44ff6518c7d7a1b7bc2a7272e2550 (patch)
tree4ab663eab8b91fafa665a379394e0a73f46202f5 /conf
parentba7e2b91673125f3c9b9d20bb3efd679fdf975a5 (diff)
downloadmeta-fsl-arm-2fa18a0b06e44ff6518c7d7a1b7bc2a7272e2550.tar.gz
imx6sxsabresd.conf: Create i.MX 6SoloX Machine configuration
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/imx6sxsabresd.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/conf/machine/imx6sxsabresd.conf b/conf/machine/imx6sxsabresd.conf
new file mode 100644
index 0000000..213672b
--- /dev/null
+++ b/conf/machine/imx6sxsabresd.conf
@@ -0,0 +1,21 @@
1#@TYPE: Machine
2#@NAME: Freescale i.MX6SoloX SabreSD
3#@SOC: i.MX6SX
4#@DESCRIPTION: Machine configuration for Freescale i.MX6SoloX Sabre SD
5#@MAINTAINER: Lauren Post <Lauren.Post@freescale.com>
6
7require conf/machine/include/imx6sabresd-common.inc
8
9SOC_FAMILY = "mx6:mx6sx"
10
11KERNEL_DEVICETREE = "imx6sx-sdb.dtb imx6sx-sdb-emmc.dtb imx6sx-sdb-m4.dtb \
12 imx6sx-sdb-sai.dtb imx6sx-sdb-lcdif1.dtb imx6sx-sdb-canfd.dtb"
13
14UBOOT_ENTRYPOINT = "0x80008000"
15
16UBOOT_CONFIG ??= "sd"
17UBOOT_CONFIG[sd] = "mx6sxsabresd_config,sdcard"
18UBOOT_CONFIG[emmc] = "mx6sxsabresd_emmc_config,sdcard"
19UBOOT_CONFIG[qspi2] = "mx6sxsabresd_qspi2_config"
20UBOOT_CONFIG[m4fastup] = "mx6sxsabresd_m4fastup_config"
21UBOOT_CONFIG[mfgtool] = "mx6sxsabresd_config"