summaryrefslogtreecommitdiffstats
path: root/src/soc/cavium/cn81xx/include/soc/addressmap.h
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2018-10-06 18:39:24 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-10-17 12:02:35 +0000
commit10d7845f0946b41faeac6f08b16f99051bc38660 (patch)
tree10fbaff5ce80db652216abd9e97f5b545ceaaacc /src/soc/cavium/cn81xx/include/soc/addressmap.h
parent773cc1b413af580db3dedebafe4cdfdf7808aa29 (diff)
downloadcoreboot-10d7845f0946b41faeac6f08b16f99051bc38660.tar.gz
coreboot-10d7845f0946b41faeac6f08b16f99051bc38660.tar.bz2
coreboot-10d7845f0946b41faeac6f08b16f99051bc38660.zip
soc/cavium/cn81xx: Drop dead do_soft_reset() implementation
Change-Id: I85f357739220f16497f65df1bb317d9d6eb54d9f Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/29046 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/soc/cavium/cn81xx/include/soc/addressmap.h')
-rw-r--r--src/soc/cavium/cn81xx/include/soc/addressmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/cavium/cn81xx/include/soc/addressmap.h b/src/soc/cavium/cn81xx/include/soc/addressmap.h
index f188961930b8..f6983064fc46 100644
--- a/src/soc/cavium/cn81xx/include/soc/addressmap.h
+++ b/src/soc/cavium/cn81xx/include/soc/addressmap.h
@@ -62,7 +62,6 @@
/* RST */
#define RST_PF_BAR0 (0x87E006000000ULL + 0x1600)
-#define RST_SOFT_RESET (RST_PF_BAR0 + 0x80ULL)
#define RST_PP_AVAILABLE (RST_PF_BAR0 + 0x138ULL)
#define RST_PP_RESET (RST_PF_BAR0 + 0x140ULL)
#define RST_PP_PENDING (RST_PF_BAR0 + 0x148ULL)