aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2016-04-21 14:06:17 -0500
committerAaron Durbin <adurbin@chromium.org>2016-05-02 20:03:34 +0200
commita6e9051bc6843bb8f42df9c29cd254914ece93b4 (patch)
treea7ad973819f8c0388977b20034c94bc68eb95598 /src/Kconfig
parenta2118a21c9e6a65bd90481f222cb436509b3e0bb (diff)
lib/coreboot_table: use the architecture dependent table size
Utilize the architecture dependent coreboot table size value from <arch/cbconfig.h> Change-Id: I80d51a5caf7c455b0b47c380e1d79cf522502a4c Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/14455 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Kconfig b/src/Kconfig
index b656bbfa22..f9bd661e05 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -658,15 +658,6 @@ config ACPI_NHLT
help
Build support for NHLT (non HD Audio) ACPI table generation.
-
-config COREBOOT_TABLE_SIZE
- hex
- default 0x8000 if ARCH_X86
- default 0x2000 if !ARCH_X86
- help
- The amount of memory to reserve for the coreboot tables in
- cbmem.
-
#These Options are here to avoid "undefined" warnings.
#The actual selection and help texts are in the following menu.