diff options
| -rw-r--r-- | meta-fsl-arm/conf/machine/imx6sxsabreauto.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-fsl-arm/conf/machine/imx6sxsabreauto.conf b/meta-fsl-arm/conf/machine/imx6sxsabreauto.conf new file mode 100644 index 000000000..ec880dd0a --- /dev/null +++ b/meta-fsl-arm/conf/machine/imx6sxsabreauto.conf | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Freescale i.MX6SoloX Sabre Automotive | ||
| 3 | #@SOC: i.MX6SX | ||
| 4 | #@DESCRIPTION: Machine configuration for Freescale i.MX6SoloX Sabre Automotive | ||
| 5 | #@MAINTAINER: Lauren Post <Lauren.Post@freescale.com> | ||
| 6 | |||
| 7 | require conf/machine/include/imx6sabreauto-common.inc | ||
| 8 | |||
| 9 | SOC_FAMILY = "mx6:mx6sx" | ||
| 10 | |||
| 11 | KERNEL_DEVICETREE = "imx6sx-sabreauto.dtb imx6sx-sabreauto-m4.dtb" | ||
| 12 | |||
| 13 | UBOOT_ENTRYPOINT = "0x80008000" | ||
| 14 | |||
| 15 | UBOOT_CONFIG ??= "sd" | ||
| 16 | UBOOT_CONFIG[sd] = "mx6sxsabreauto_config,sdcard" | ||
| 17 | UBOOT_CONFIG[qspi1] = "mx6sxsabreauto_qspi1_config" | ||
| 18 | UBOOT_CONFIG[nand] = "mx6sxsabreauto_nand_config" | ||
| 19 | UBOOT_CONFIG[mfgtool] = "mx6sxsabreauto_config" | ||
