2020-10-19 11:00:01 +02:00
|
|
|
From f6c178cc6540fc57888e06c36f1813910f5432ed Mon Sep 17 00:00:00 2001
|
2020-01-29 11:08:54 +01:00
|
|
|
From: Matthias Brugger <mbrugger@suse.com>
|
|
|
|
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 <mbrugger@suse.com>
|
|
|
|
---
|
|
|
|
configs/am335x_evm_defconfig | 2 ++
|
|
|
|
1 file changed, 2 insertions(+)
|
|
|
|
|
|
|
|
diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig
|
2020-10-19 11:00:01 +02:00
|
|
|
index 78202a55c7..1d32f9589a 100644
|
2020-01-29 11:08:54 +01:00
|
|
|
--- a/configs/am335x_evm_defconfig
|
|
|
|
+++ b/configs/am335x_evm_defconfig
|
2020-10-19 11:00:01 +02:00
|
|
|
@@ -66,3 +66,5 @@ CONFIG_DYNAMIC_CRC_TABLE=y
|
2020-01-29 11:08:54 +01:00
|
|
|
CONFIG_RSA=y
|
|
|
|
CONFIG_LZO=y
|
|
|
|
# CONFIG_OF_LIBFDT_OVERLAY is not set
|
|
|
|
+# CONFIG_CMD_BTRFS is not set
|
|
|
|
+# CONFIG_FS_BTRFS is not set
|