diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/imx6qsabresd.conf | 4 |
1 files changed, 3 insertions, 1 deletions
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" | |||
9 | 9 | ||
10 | KERNEL_DEVICETREE = "imx6q-sabresd.dtb" | 10 | KERNEL_DEVICETREE = "imx6q-sabresd.dtb" |
11 | 11 | ||
12 | UBOOT_MACHINE = "mx6qsabresd_config" | 12 | UBOOT_CONFIG ??= "sd" |
13 | UBOOT_CONFIG[sd] = "mx6qsabresd_config,sdcard" | ||
14 | UBOOT_CONFIG[sata] = "mx6qsabresd_sata_config" | ||