From a38d1b2795c68ef5234517d3c8c793815821083d Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 10 Nov 2014 15:08:47 +0200 Subject: ARMv7: Always has DYNAMIC_CBMEM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The static allocator only worked for x86 anyway. Change-Id: I0d2b63465620512e62334d7aa0c885fc5ab3e589 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/8030 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/arch/arm/tables.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/arch/arm/tables.c') diff --git a/src/arch/arm/tables.c b/src/arch/arm/tables.c index 20c5a9f7a8..a2b7b9b179 100644 --- a/src/arch/arm/tables.c +++ b/src/arch/arm/tables.c @@ -29,15 +29,6 @@ #define MAX_COREBOOT_TABLE_SIZE (8 * 1024) -#if !CONFIG_DYNAMIC_CBMEM -void __attribute__((weak)) get_cbmem_table(uint64_t *base, uint64_t *size) -{ - printk(BIOS_WARNING, "WARNING: you need to define get_cbmem_table for your board\n"); - *base = 0; - *size = 0; -} -#endif - void cbmem_arch_init(void) { } -- cgit v1.2.3