[U-Boot] [PATCH 2/2] sandbox: Enable btrfs support

Tom Rini trini at konsulko.com
Tue Oct 3 12:45:35 UTC 2017


For better test coverage, enable btrfs.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 configs/sandbox_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 632e0aa0ee35..891322b65cb4 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -60,6 +60,7 @@ CONFIG_CMD_PMIC=y
 CONFIG_CMD_REGULATOR=y
 CONFIG_CMD_TPM=y
 CONFIG_CMD_TPM_TEST=y
+CONFIG_CMD_BTRFS=y
 CONFIG_CMD_CBFS=y
 CONFIG_CMD_CRAMFS=y
 CONFIG_CMD_EXT4_WRITE=y
-- 
2.7.4



More information about the U-Boot mailing list