Supported boot devices: sd and sata Change-Id: Ic4f72275dc37da9f882ba51b234c1a1b4e6b2d4f Signed-off-by: Mario Domenech Goulart <[email protected]> --- conf/machine/imx6solosabresd.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/conf/machine/imx6solosabresd.conf b/conf/machine/imx6solosabresd.conf index 44031a8..c9e7dd0 100644 --- a/conf/machine/imx6solosabresd.conf +++ b/conf/machine/imx6solosabresd.conf @@ -9,5 +9,8 @@ SOC_FAMILY = "mx6:mx6s" KERNEL_DEVICETREE = "imx6dl-sabresd.dtb" -UBOOT_MACHINE = " mx6solosabresd_config" PREFERRED_PROVIDER_u-boot = "u-boot-imx" + +UBOOT_CONFIG ??= "sd" +UBOOT_CONFIG[sd] = "mx6solosabresd_config,sdcard" +UBOOT_CONFIG[sata] = "mx6solosabresd_sata_config" -- 1.7.10.4 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
