diff options
| author | Mario Domenech Goulart <mario@ossystems.com.br> | 2013-09-18 11:22:45 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-25 15:28:33 -0300 |
| commit | d7d8cd0ed0ea1187426f627e1511173d75da15ae (patch) | |
| tree | e00233085d8d1aabb1e1a854ef16437a1a91b852 | |
| parent | 7b9f7123ffde75d752396e2eb69ab7f6a85aed16 (diff) | |
| download | meta-freescale-d7d8cd0ed0ea1187426f627e1511173d75da15ae.tar.gz | |
imx6solosabreauto: set up UBOOT_CONFIG with config/fs-type for the supported boot devices
Supported boot devices: sd, eimnor, nand and spinor.
Change-Id: I9f4fbfc5c2331a2f2ec20cec2c7ea158f84dae2e
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/conf/machine/imx6solosabreauto.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/imx6solosabreauto.conf b/meta-fsl-arm/conf/machine/imx6solosabreauto.conf index 2e129346b..c2f5fac17 100644 --- a/meta-fsl-arm/conf/machine/imx6solosabreauto.conf +++ b/meta-fsl-arm/conf/machine/imx6solosabreauto.conf | |||
| @@ -9,5 +9,10 @@ SOC_FAMILY = "mx6:mx6s" | |||
| 9 | 9 | ||
| 10 | KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb" | 10 | KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb" |
| 11 | 11 | ||
| 12 | UBOOT_MACHINE = " mx6solosabreauto_config" | ||
| 13 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" | 12 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" |
| 13 | |||
| 14 | UBOOT_CONFIG ??= "sd" | ||
| 15 | UBOOT_CONFIG[sd] = "mx6solosabreauto_config,sdcard" | ||
| 16 | UBOOT_CONFIG[eimnor] = "mx6solosabreauto_eimnor_config" | ||
| 17 | UBOOT_CONFIG[nand] = "mx6solosabreauto_nand_config,ubifs" | ||
| 18 | UBOOT_CONFIG[spinor] = "mx6solosabreauto_spinor_config" | ||
