
23 Oct
2018
23 Oct
'18
8:38 a.m.
This allow for convenient use of QEMU machine to test loading of UBI filesystem.
Signed-off-by: Otavio Salvador otavio@ossystems.com.br ---
configs/vexpress_ca9x4_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/vexpress_ca9x4_defconfig b/configs/vexpress_ca9x4_defconfig index d3c23dee17..9ca542b0f2 100644 --- a/configs/vexpress_ca9x4_defconfig +++ b/configs/vexpress_ca9x4_defconfig @@ -17,6 +17,7 @@ CONFIG_CMD_MMC=y # CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_NFS is not set # CONFIG_CMD_MISC is not set +CONFIG_CMD_UBI=y CONFIG_ENV_IS_IN_FLASH=y CONFIG_BOOTCOUNT_LIMIT=y CONFIG_BOOTCOUNT_ENV=y
--
2.19.1