Index: defaults/arm32/gta02/Makefile.config
===================================================================
--- defaults/arm32/gta02/Makefile.config	(revision dcc2c5d1ea2cf6e1487e83ae2b5362fe7b527161)
+++ defaults/arm32/gta02/Makefile.config	(revision 68a0d60965b3d761a94fddcea64dc153811763cf)
@@ -7,2 +7,5 @@
 # Barebone build with essential binaries only
 CONFIG_BAREBONE = y
+
+# Don't compress bootimage
+CONFIG_COMPRESSED_INIT = n
Index: defaults/ia64/ski/Makefile.config
===================================================================
--- defaults/ia64/ski/Makefile.config	(revision dcc2c5d1ea2cf6e1487e83ae2b5362fe7b527161)
+++ defaults/ia64/ski/Makefile.config	(revision 68a0d60965b3d761a94fddcea64dc153811763cf)
@@ -1,2 +1,5 @@
 # Machine type
 MACHINE = ski
+
+# Don't compress bootimage
+CONFIG_COMPRESSED_INIT = n
