diff options
Diffstat (limited to 'src/arch/riscv/tables.c')
-rw-r--r-- | src/arch/riscv/tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/riscv/tables.c b/src/arch/riscv/tables.c index f2d0c86db9..17a3fd1647 100644 --- a/src/arch/riscv/tables.c +++ b/src/arch/riscv/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) { |