summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/include/soc/iomap.h
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-12-09 02:18:00 +0100
committerFelix Held <felix-coreboot@felixheld.de>2020-12-10 01:22:06 +0000
commit5d7fa16c5c7e625371a1fcffedff99027f8b35d8 (patch)
tree65eda617570febc8eb63ff408e86f95f5143d626 /src/soc/amd/picasso/include/soc/iomap.h
parent1e63e361c68eda9c4876de24416880ab83ec29d9 (diff)
downloadcoreboot-5d7fa16c5c7e625371a1fcffedff99027f8b35d8.tar.gz
coreboot-5d7fa16c5c7e625371a1fcffedff99027f8b35d8.tar.bz2
coreboot-5d7fa16c5c7e625371a1fcffedff99027f8b35d8.zip
soc/amd/picasso/reset: use port and bit defines from cf9_reset.h
The register name and the name of one bit are slightly different, but have the same functionality. Change-Id: I025f1c7b2c7643afe245f2275ae6ef45e64b951a Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48487 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/include/soc/iomap.h')
-rw-r--r--src/soc/amd/picasso/include/soc/iomap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/include/soc/iomap.h b/src/soc/amd/picasso/include/soc/iomap.h
index cec3aaffc783..43e56582a1fa 100644
--- a/src/soc/amd/picasso/include/soc/iomap.h
+++ b/src/soc/amd/picasso/include/soc/iomap.h
@@ -83,6 +83,5 @@
#define BIOSRAM_DATA 0xcd5
#define AB_INDX 0xcd8
#define AB_DATA (AB_INDX+4)
-#define SYS_RESET 0xcf9
#endif /* AMD_PICASSO_IOMAP_H */