diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-07-16 14:22:39 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-28 23:26:59 -0300 |
commit | 2a690be17ab3e9eaefc19cb638b85981ff00c83e (patch) | |
tree | 2af413360170eebc807993d2edb1c2be3adc3dec /conf/machine/imx6sxsabreauto.conf | |
parent | 26fd091e2abfdaaeb5572400f401e752977e6414 (diff) | |
download | meta-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.conf | 2 |
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" | |||
16 | UBOOT_CONFIG ??= "sd" | 16 | UBOOT_CONFIG ??= "sd" |
17 | UBOOT_CONFIG[sd] = "mx6sxsabreauto_config,sdcard" | 17 | UBOOT_CONFIG[sd] = "mx6sxsabreauto_config,sdcard" |
18 | UBOOT_CONFIG[qspi1] = "mx6sxsabreauto_qspi1_config" | 18 | UBOOT_CONFIG[qspi1] = "mx6sxsabreauto_qspi1_config" |
19 | UBOOT_CONFIG[nand] = "mx6sxsabreauto_nand_config" | 19 | UBOOT_CONFIG[nand] = "mx6sxsabreauto_nand_config,ubifs" |
20 | UBOOT_CONFIG[mfgtool] = "mx6sxsabreauto_config" | 20 | UBOOT_CONFIG[mfgtool] = "mx6sxsabreauto_config" |