diff options
| author | Mario Domenech Goulart <mario@ossystems.com.br> | 2013-09-18 11:23:13 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-25 15:28:33 -0300 |
| commit | 25a66bb76bb8e94cbf39507cef683a784c22c2d4 (patch) | |
| tree | e413af039a4e0c3c3e800e67ec8a7e55cf4ca206 | |
| parent | d7d8cd0ed0ea1187426f627e1511173d75da15ae (diff) | |
| download | meta-freescale-25a66bb76bb8e94cbf39507cef683a784c22c2d4.tar.gz | |
imx6solosabresd: set up UBOOT_CONFIG with config/fs-type for the supported boot devices
Supported boot devices: sd
Change-Id: Ic4f72275dc37da9f882ba51b234c1a1b4e6b2d4f
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/conf/machine/imx6solosabresd.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/imx6solosabresd.conf b/meta-fsl-arm/conf/machine/imx6solosabresd.conf index 44031a81e..325e643d2 100644 --- a/meta-fsl-arm/conf/machine/imx6solosabresd.conf +++ b/meta-fsl-arm/conf/machine/imx6solosabresd.conf | |||
| @@ -9,5 +9,7 @@ SOC_FAMILY = "mx6:mx6s" | |||
| 9 | 9 | ||
| 10 | KERNEL_DEVICETREE = "imx6dl-sabresd.dtb" | 10 | KERNEL_DEVICETREE = "imx6dl-sabresd.dtb" |
| 11 | 11 | ||
| 12 | UBOOT_MACHINE = " mx6solosabresd_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] = "mx6solosabresd_config,sdcard" | ||
