From: Tom Rini Date: Tue, 3 Oct 2017 12:44:55 +0000 (-0400) Subject: sandbox: Enable btrfs support X-Git-Tag: v2017.11-rc2~141 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=39dd65a059e503883dbf16d4c00ac083d15837da;p=u-boot sandbox: Enable btrfs support For better test coverage, enable btrfs. Signed-off-by: Tom Rini --- diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 632e0aa0ee..891322b65c 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