aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-11-12 16:44:56 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-11-16 09:59:29 +0000
commit134da98a51f027b69555c72e5f95bb2a971cf65c (patch)
tree46ac5c8a50223c0fd5c5601d4aba56acaaf5d4cd /src/cpu
parent88fa156544b0607de779f7988138f5ef9f29136f (diff)
amd/{nb/amdfam10,cpu/pi}/Kconfig: Remove unused symbols
Change-Id: I7019d70b7e6f8ae041a12d6bab83127e9e70868c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29597 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/amd/pi/00630F01/Kconfig5
-rw-r--r--src/cpu/amd/pi/00660F01/Kconfig9
-rw-r--r--src/cpu/amd/pi/00730F01/Kconfig5
3 files changed, 0 insertions, 19 deletions
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