uImage: increase the gzip load size
authorAlexander Graf <agraf@suse.de>
Wed, 20 Jun 2012 18:58:27 +0000 (20:58 +0200)
committerAlexander Graf <agraf@suse.de>
Sat, 23 Jun 2012 23:04:51 +0000 (01:04 +0200)
commit5025d5421d3c6e705669f365192a7edf17b1aad8
treed570212c6817e65494778a20b39ca65e2492245d
parentcaedc737d27dd697641cb75ef6c5c27562c8044a
uImage: increase the gzip load size

Recent u-boot has different defines for its gzip extract buffer, but the
common ground seems to be 64MB. So let's bump it up to that, enabling me
to load my test image again ;).

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/loader.c