diff options
Diffstat (limited to 'src/arch/power8/tables.c')
-rw-r--r-- | src/arch/power8/tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/power8/tables.c b/src/arch/power8/tables.c index b5bc9ab770..0a885053a0 100644 --- a/src/arch/power8/tables.c +++ b/src/arch/power8/tables.c @@ -23,7 +23,7 @@ #include <cbmem.h> #include <lib.h> -#define MAX_COREBOOT_TABLE_SIZE (8 * 1024) +#define MAX_COREBOOT_TABLE_SIZE CONFIG_COREBOOT_TABLE_SIZE void write_tables(void) { |