All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/5] ARM: vexpress-ca9x4_defconfig: Enable CMD_UBI support
@ 2018-10-23  6:38 Otavio Salvador
  2018-10-23  6:38 ` [U-Boot] [PATCH 2/5] ARM: rpi_3_32b_defconfig: Add FS_UUID command Otavio Salvador
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Otavio Salvador @ 2018-10-23  6:38 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-10-23 13:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-23  6:38 [U-Boot] [PATCH 1/5] ARM: vexpress-ca9x4_defconfig: Enable CMD_UBI support Otavio Salvador
2018-10-23  6:38 ` [U-Boot] [PATCH 2/5] ARM: rpi_3_32b_defconfig: Add FS_UUID command Otavio Salvador
2018-10-23  7:33   ` Alexander Graf
2018-10-23 13:36     ` Otavio Salvador
2018-10-23  6:38 ` [U-Boot] [PATCH 3/5] clk_rv1108: Sync with vendor tree Otavio Salvador
2018-10-23  6:38 ` [U-Boot] [PATCH 4/5] rv1108: Enable eMMC support Otavio Salvador
2018-10-23  6:38 ` [U-Boot] [PATCH 5/5] rv1108: Make USB OTG functional Otavio Salvador
2018-10-23  7:26 ` [U-Boot] [PATCH 1/5] ARM: vexpress-ca9x4_defconfig: Enable CMD_UBI support Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.