summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6sxsabreauto.conf
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-07-16 14:22:39 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-28 23:26:59 -0300
commit2a690be17ab3e9eaefc19cb638b85981ff00c83e (patch)
tree2af413360170eebc807993d2edb1c2be3adc3dec /conf/machine/imx6sxsabreauto.conf
parent26fd091e2abfdaaeb5572400f401e752977e6414 (diff)
downloadmeta-freescale-2a690be17ab3e9eaefc19cb638b85981ff00c83e.tar.gz
imx6sxsabreauto: Fix nand support using ubifs storage
Ubifs storage must be added for nand boot configurations. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx6sxsabreauto.conf')
-rw-r--r--conf/machine/imx6sxsabreauto.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx6sxsabreauto.conf b/conf/machine/imx6sxsabreauto.conf
index 2d9ba0d8..d908cc23 100644
--- a/conf/machine/imx6sxsabreauto.conf
+++ b/conf/machine/imx6sxsabreauto.conf
@@ -16,5 +16,5 @@ PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
16UBOOT_CONFIG ??= "sd" 16UBOOT_CONFIG ??= "sd"
17UBOOT_CONFIG[sd] = "mx6sxsabreauto_config,sdcard" 17UBOOT_CONFIG[sd] = "mx6sxsabreauto_config,sdcard"
18UBOOT_CONFIG[qspi1] = "mx6sxsabreauto_qspi1_config" 18UBOOT_CONFIG[qspi1] = "mx6sxsabreauto_qspi1_config"
19UBOOT_CONFIG[nand] = "mx6sxsabreauto_nand_config" 19UBOOT_CONFIG[nand] = "mx6sxsabreauto_nand_config,ubifs"
20UBOOT_CONFIG[mfgtool] = "mx6sxsabreauto_config" 20UBOOT_CONFIG[mfgtool] = "mx6sxsabreauto_config"