From d70bf7cc219f8478e8336f60542a50c078bf531b Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Mon, 20 Apr 2015 15:24:19 -0500 Subject: cbmem_console: fix it for x86 The Kconfig options pertaining cbmem console in the preram environment no longer make sense with the linker script changes. Remove them and their usage within cbmem_console. Change-Id: Ibf61645ca2331e4851e748e4e7aa5059e1192ed7 Signed-off-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/9851 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/cpu/amd/model_10xxx/Kconfig | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/cpu/amd') diff --git a/src/cpu/amd/model_10xxx/Kconfig b/src/cpu/amd/model_10xxx/Kconfig index a0d5cb4c2c..cd69caecf3 100644 --- a/src/cpu/amd/model_10xxx/Kconfig +++ b/src/cpu/amd/model_10xxx/Kconfig @@ -72,9 +72,4 @@ config UDELAY_LAPIC_FIXED_FSB int default 200 -config CONSOLE_PRERAM_BUFFER_SIZE - hex - default 0x0 if CONSOLE_PRERAM_BUFFER_BASE = 0xabadbeef - default 0x8000 - endif # CPU_AMD_MODEL_10XXX -- cgit v1.2.3