]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6sxsabreauto: Fix nand support using ubifs storage
authorLauren Post <lauren.post@freescale.com>
Thu, 16 Jul 2015 19:22:39 +0000 (14:22 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 29 Jul 2015 02:26:59 +0000 (23:26 -0300)
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>
conf/machine/imx6sxsabreauto.conf

index 2d9ba0d860a8fafa63268b0a5ecb1a1b41cab7c1..d908cc23afedce8587b77faa3a05574b7316158a 100644 (file)
@@ -16,5 +16,5 @@ PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
 UBOOT_CONFIG ??= "sd"
 UBOOT_CONFIG[sd] = "mx6sxsabreauto_config,sdcard"
 UBOOT_CONFIG[qspi1] = "mx6sxsabreauto_qspi1_config"
-UBOOT_CONFIG[nand] = "mx6sxsabreauto_nand_config"
+UBOOT_CONFIG[nand] = "mx6sxsabreauto_nand_config,ubifs"
 UBOOT_CONFIG[mfgtool] = "mx6sxsabreauto_config"