From 5547488ca9f7c2f29f388bbaf808dfbfa7089796 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Fri, 12 Mar 2021 23:28:14 +0100 Subject: v7a: barebox: am335x-mlo: use XZ compression to reduce size With the upcoming update, our current MLO config will exceed the maximum size allowed. Work around this by using XZ compression instead, which reduces size from 115K to 101K, which gives us a further 8K we can munch. Signed-off-by: Ahmad Fatoum --- configs/platform-v7a/barebox-am335x-mlo.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs') diff --git a/configs/platform-v7a/barebox-am335x-mlo.config b/configs/platform-v7a/barebox-am335x-mlo.config index 07aabfa..f22edc9 100644 --- a/configs/platform-v7a/barebox-am335x-mlo.config +++ b/configs/platform-v7a/barebox-am335x-mlo.config @@ -114,9 +114,9 @@ CONFIG_PBL_MULTI_IMAGES=y CONFIG_PBL_RELOCATABLE=y CONFIG_IMAGE_COMPRESSION=y # CONFIG_IMAGE_COMPRESSION_LZ4 is not set -CONFIG_IMAGE_COMPRESSION_LZO=y +# CONFIG_IMAGE_COMPRESSION_LZO is not set # CONFIG_IMAGE_COMPRESSION_GZIP is not set -# CONFIG_IMAGE_COMPRESSION_XZKERN is not set +CONFIG_IMAGE_COMPRESSION_XZKERN=y # CONFIG_IMAGE_COMPRESSION_NONE is not set CONFIG_MMU=y CONFIG_MMU_EARLY=y -- cgit v1.2.3