From 880d8bd547bf71fd91216d2725455fc373dd981a Mon Sep 17 00:00:00 2001 From: Matthias Brugger Date: Wed, 29 Jan 2020 10:26:43 +0100 Subject: [PATCH] configs: am335x_evm: disable BTRFS Disable BTRFS as otherwise the image get's too big. Signed-off-by: Matthias Brugger --- configs/am335x_evm_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig index c615c54b1c..62db21203d 100644 --- a/configs/am335x_evm_defconfig +++ b/configs/am335x_evm_defconfig @@ -65,3 +65,5 @@ CONFIG_WDT=y CONFIG_DYNAMIC_CRC_TABLE=y CONFIG_RSA=y CONFIG_LZO=y +# CONFIG_CMD_BTRFS is not set +# CONFIG_FS_BTRFS is not set