On 11.03.22 20:10, Simon Glass wrote:
This board is right up against the size limit. Drop ext4 writing to give it some more space. Signed-off-by: Simon Glass <s...@chromium.org>
NAK. At least for now. We should not randomly disable user visible functionality and not without investigating other possible options. Regards, Soeren
--- configs/tbs2910_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index e1278f2e70a..9819df55f05 100644 --- a/configs/tbs2910_defconfig +++ b/configs/tbs2910_defconfig @@ -50,7 +50,6 @@ CONFIG_CMD_TIME=y CONFIG_CMD_SYSBOOT=y CONFIG_CMD_EXT2=y CONFIG_CMD_EXT4=y -CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_EFI_PARTITION=y