libpayload: Remove unused FLAG_USED from memory allocator
commit3665ace13de68e798de31499197cc600d2426967
authorNico Huber <nico.huber@secunet.com>
Mon, 8 Oct 2012 13:03:35 +0000 (8 15:03 +0200)
committerPatrick Georgi <patrick@georgi-clan.de>
Fri, 30 Nov 2012 05:05:56 +0000 (30 06:05 +0100)
treea29b09edeadd81e979a6950372aad8c25439d3c6
parent0227dec291ac825aae514b7841bb39a936bcec77
libpayload: Remove unused FLAG_USED from memory allocator

The FLAG_USED bit in the memory allocator's header type was never
read. This removes it to save one bit for the region size so we can
have heaps of up to 32MiB.

Change-Id: Ibd78e67d79e872d6df426516667c795fd52326d5
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: http://review.coreboot.org/1942
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
payloads/libpayload/libc/malloc.c