Supported boot devices: sd, eimnor, nand and spinor.

Change-Id: I613abc2ae5e5fe67c59f4aa1466ff1d879532725
Signed-off-by: Mario Domenech Goulart <[email protected]>
---
 conf/machine/imx6qsabreauto.conf |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/conf/machine/imx6qsabreauto.conf b/conf/machine/imx6qsabreauto.conf
index aa1fbb6..4d367db 100644
--- a/conf/machine/imx6qsabreauto.conf
+++ b/conf/machine/imx6qsabreauto.conf
@@ -9,4 +9,8 @@ SOC_FAMILY = "mx6:mx6q"
 
 KERNEL_DEVICETREE = "imx6q-sabreauto.dtb"
 
-UBOOT_MACHINE = "mx6qsabreauto_config"
+UBOOT_CONFIG ??= "sd"
+UBOOT_CONFIG[sd] = "mx6qsabreauto_config,sdcard"
+UBOOT_CONFIG[eimnor] = "mx6qsabreauto_eimnor_config"
+UBOOT_CONFIG[nand] = "mx6qsabreauto_nand_config,ubifs"
+UBOOT_CONFIG[spinor] = "mx6qsabreauto_spinor_config"
-- 
1.7.10.4

_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to