summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-03-12 23:28:14 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-03-15 09:42:27 +0100
commit5547488ca9f7c2f29f388bbaf808dfbfa7089796 (patch)
tree925671167acc8c1028c4e9f755a1132be8185158
parent13d8bd3ec4691d03af8eadd17d6865a50206f92d (diff)
downloadDistroKit-5547488ca9f7c2f29f388bbaf808dfbfa7089796.tar.gz
DistroKit-5547488ca9f7c2f29f388bbaf808dfbfa7089796.tar.xz
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 <a.fatoum@pengutronix.de>
-rw-r--r--configs/platform-v7a/barebox-am335x-mlo.config4
1 files changed, 2 insertions, 2 deletions
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