lib: Remove heap from rmodules
No rmodule was using heap. Change-Id: I0bc049a5231dabbec1c962a99ef875eddcc4ac6e Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80733 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
259fc2b119
commit
7fbef1b112
5 changed files with 12 additions and 14 deletions
|
|
@ -134,7 +134,7 @@
|
|||
.heap . : {
|
||||
. = ALIGN(ARCH_POINTER_ALIGN_SIZE);
|
||||
_heap = .;
|
||||
. += (ENV_RMODULE ? __heap_size : CONFIG_HEAP_SIZE);
|
||||
. += CONFIG_HEAP_SIZE;
|
||||
. = ALIGN(ARCH_POINTER_ALIGN_SIZE);
|
||||
_eheap = .;
|
||||
RECORD_SIZE(heap)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue