diff mbox series

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

Message ID 1507034735-8519-2-git-send-email-trini@konsulko.com
State Accepted
Commit 39dd65a059e503883dbf16d4c00ac083d15837da
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/2] fs/btrfs: Fix warning in btrfs_check_super() | expand

Commit Message

Tom Rini Oct. 3, 2017, 12:45 p.m. UTC
For better test coverage, enable btrfs.

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

Patch

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