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>
This commit is contained in:
@ -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)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user