summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-armv7/Makefile.inc
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-11-10 15:08:47 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2015-01-03 05:07:22 +0100
commita38d1b2795c68ef5234517d3c8c793815821083d (patch)
treefc287aaad990d907ec7377c1c53f8ea0bef5c432 /src/mainboard/emulation/qemu-armv7/Makefile.inc
parent96c9686407a002d577be4fde9a609175f1f467c5 (diff)
downloadcoreboot-a38d1b2795c68ef5234517d3c8c793815821083d.tar.xz
ARMv7: Always has DYNAMIC_CBMEM
The static allocator only worked for x86 anyway. Change-Id: I0d2b63465620512e62334d7aa0c885fc5ab3e589 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/8030 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/emulation/qemu-armv7/Makefile.inc')
-rw-r--r--src/mainboard/emulation/qemu-armv7/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/emulation/qemu-armv7/Makefile.inc b/src/mainboard/emulation/qemu-armv7/Makefile.inc
index e088da69a5..4119f93285 100644
--- a/src/mainboard/emulation/qemu-armv7/Makefile.inc
+++ b/src/mainboard/emulation/qemu-armv7/Makefile.inc
@@ -14,6 +14,9 @@
romstage-y += romstage.c
+romstage-y += cbmem.c
+ramstage-y += cbmem.c
+
bootblock-y += media.c
romstage-y += media.c
ramstage-y += media.c