From 091cc47858f5d8bc040ea59a6941948d292e9ca8 Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Wed, 18 Sep 2013 11:22:18 -0300 Subject: imx6qsabresd: set up UBOOT_CONFIG with config/fs-type for the supported boot devices Supported boot devices: sd and sata. Change-Id: I66a3a5fcfa8624d1aba35003a873ba3a3bb1dcaf Signed-off-by: Mario Domenech Goulart --- 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" -- cgit v1.2.3-54-g00ecf