diff options
| -rw-r--r-- | meta-fsl-arm/conf/machine/imx6sxsabresd.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-fsl-arm/conf/machine/imx6sxsabresd.conf b/meta-fsl-arm/conf/machine/imx6sxsabresd.conf new file mode 100644 index 000000000..213672bad --- /dev/null +++ b/meta-fsl-arm/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 | |||
| 7 | require conf/machine/include/imx6sabresd-common.inc | ||
| 8 | |||
| 9 | SOC_FAMILY = "mx6:mx6sx" | ||
| 10 | |||
| 11 | KERNEL_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 | |||
| 14 | UBOOT_ENTRYPOINT = "0x80008000" | ||
| 15 | |||
| 16 | UBOOT_CONFIG ??= "sd" | ||
| 17 | UBOOT_CONFIG[sd] = "mx6sxsabresd_config,sdcard" | ||
| 18 | UBOOT_CONFIG[emmc] = "mx6sxsabresd_emmc_config,sdcard" | ||
| 19 | UBOOT_CONFIG[qspi2] = "mx6sxsabresd_qspi2_config" | ||
| 20 | UBOOT_CONFIG[m4fastup] = "mx6sxsabresd_m4fastup_config" | ||
| 21 | UBOOT_CONFIG[mfgtool] = "mx6sxsabresd_config" | ||
