summaryrefslogtreecommitdiff
path: root/src/soc/cavium/cn81xx/reset.c
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/reset.c
parent773cc1b413af580db3dedebafe4cdfdf7808aa29 (diff)
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/reset.c')
-rw-r--r--src/soc/cavium/cn81xx/reset.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/soc/cavium/cn81xx/reset.c b/src/soc/cavium/cn81xx/reset.c
deleted file mode 100644
index d3be7c9b5f..0000000000
--- a/src/soc/cavium/cn81xx/reset.c
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright 2018-present Facebook, Inc.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
-#include <arch/io.h>
-#include <soc/addressmap.h>
-#include <reset.h>
-
-void do_soft_reset(void)
-{
- write64((void *)RST_SOFT_RESET, 1);
-}