From 134da98a51f027b69555c72e5f95bb2a971cf65c Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 12 Nov 2018 16:44:56 +0100 Subject: amd/{nb/amdfam10,cpu/pi}/Kconfig: Remove unused symbols Change-Id: I7019d70b7e6f8ae041a12d6bab83127e9e70868c Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/29597 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/cpu/amd/pi/00630F01/Kconfig | 5 ----- src/cpu/amd/pi/00660F01/Kconfig | 9 --------- src/cpu/amd/pi/00730F01/Kconfig | 5 ----- 3 files changed, 19 deletions(-) (limited to 'src/cpu/amd') diff --git a/src/cpu/amd/pi/00630F01/Kconfig b/src/cpu/amd/pi/00630F01/Kconfig index 910df58e5b..cb0d53cef4 100644 --- a/src/cpu/amd/pi/00630F01/Kconfig +++ b/src/cpu/amd/pi/00630F01/Kconfig @@ -39,9 +39,4 @@ config XIP_ROM_SIZE hex default 0x100000 -config HIGH_SCRATCH_MEMORY_SIZE - hex - # Assume the maximum size of stack as (0xA0000 - 0x30000 + 0x1000) - default 0x71000 - endif diff --git a/src/cpu/amd/pi/00660F01/Kconfig b/src/cpu/amd/pi/00660F01/Kconfig index aab0639b0c..96eb179e15 100644 --- a/src/cpu/amd/pi/00660F01/Kconfig +++ b/src/cpu/amd/pi/00660F01/Kconfig @@ -39,13 +39,4 @@ config XIP_ROM_SIZE hex default 0x100000 -config HAVE_INIT_TIMER - bool - default y - -config HIGH_SCRATCH_MEMORY_SIZE - hex - # Assume the maximum size of stack as (0xA0000 - 0x30000 + 0x1000) - default 0xA1000 - endif diff --git a/src/cpu/amd/pi/00730F01/Kconfig b/src/cpu/amd/pi/00730F01/Kconfig index ecbdb53b48..a455a3e677 100644 --- a/src/cpu/amd/pi/00730F01/Kconfig +++ b/src/cpu/amd/pi/00730F01/Kconfig @@ -35,9 +35,4 @@ config XIP_ROM_SIZE hex default 0x100000 -config HIGH_SCRATCH_MEMORY_SIZE - hex - # Assume the maximum size of stack as (0xA0000 - 0x30000 + 0x1000) - default 0xA1000 - endif -- cgit v1.2.3