[U-Boot] [PATCH 1/5] ARM: vexpress-ca9x4_defconfig: Enable CMD_UBI support
Otavio Salvador
otavio at ossystems.com.br
Tue Oct 23 06:38:18 UTC 2018
This allow for convenient use of QEMU machine to test loading of UBI
filesystem.
Signed-off-by: Otavio Salvador <otavio at 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
More information about the U-Boot
mailing list