aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/include/soc/cpu.h
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2020-01-20 22:58:51 -0700
committerFelix Held <felix-coreboot@felixheld.de>2020-03-17 16:33:52 +0000
commit69cfbb075021cc1d2f39bb5b87755a9a4424903f (patch)
tree3bbaafef6a429410ddb04e5a95e3fe245727fcff /src/soc/amd/picasso/include/soc/cpu.h
parentcbae2e401e536c63c47ed4042b19d53bcfe48ae2 (diff)
soc/amd/picasso: Remove unused defines from cpu.h
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Change-Id: I4ed3e7c82ef5808a0e96c07c16f4872f8ca3ec76 Reviewed-on: https://review.coreboot.org/c/coreboot/+/38693 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd/picasso/include/soc/cpu.h')
-rw-r--r--src/soc/amd/picasso/include/soc/cpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/amd/picasso/include/soc/cpu.h b/src/soc/amd/picasso/include/soc/cpu.h
index 9af4c0c843..338e8718e9 100644
--- a/src/soc/amd/picasso/include/soc/cpu.h
+++ b/src/soc/amd/picasso/include/soc/cpu.h
@@ -18,9 +18,6 @@
#include <device/device.h>
-#define SOC_EARLY_VMTRR_FLASH 1
-#define SOC_EARLY_VMTRR_TEMPRAM 2
-
#define CSTATE_BASE_REG 0xc0010073
void picasso_init_cpus(struct device *dev);