Supported boot devices: sd and sata. Change-Id: I66a3a5fcfa8624d1aba35003a873ba3a3bb1dcaf Signed-off-by: Mario Domenech Goulart <[email protected]> --- conf/machine/imx6qsabresd.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/conf/machine/imx6qsabresd.conf b/conf/machine/imx6qsabresd.conf index 15d780b..f0eff4a 100644 --- a/conf/machine/imx6qsabresd.conf +++ b/conf/machine/imx6qsabresd.conf @@ -9,4 +9,6 @@ SOC_FAMILY = "mx6:mx6q" KERNEL_DEVICETREE = "imx6q-sabresd.dtb" -UBOOT_MACHINE = "mx6qsabresd_config" +UBOOT_CONFIG ??= "sd" +UBOOT_CONFIG[sd] = "mx6qsabresd_config,sdcard" +UBOOT_CONFIG[sata] = "mx6qsabresd_sata_config" -- 1.7.10.4 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
