Am Mittwoch, den 30.09.2009, 22:23 +0200 schrieb Peter Stuge:
Myles Watson wrote:
attached patch makes coreboot_ram compression depending on CONFIG_COMPRESS again, instead of looking at the compression configuration for the payload
Makes sense.
Is the uncompressor always available?
Yes, and even if not, that's what's CONFIG_COMPRESS is for, right? (otherwise: what would be the point of that variable?)
Patrick