summaryrefslogtreecommitdiff
path: root/src/soc/marvell/mvmap2315/include/soc/reset.h
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2018-08-08 14:22:01 -0700
committerJulius Werner <jwerner@chromium.org>2018-08-10 04:15:47 +0000
commitaf7f9eeddf1e2ffcc17c7a1840aaee76acf9aa8d (patch)
tree2788dcbb8f104f9f0459be5f1930fab3b300a259 /src/soc/marvell/mvmap2315/include/soc/reset.h
parent3b1987b6befedc5a7e1fc614d7ba24a554fb06b1 (diff)
downloadcoreboot-af7f9eeddf1e2ffcc17c7a1840aaee76acf9aa8d.tar.xz
marvell: Remove 'mvmap2315' SoC
I'm pretty sure this SoC doesn't actually exist. Change-Id: I53e268ee1795e524a2a4562d67a2b9f28af966d1 Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://review.coreboot.org/27965 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/marvell/mvmap2315/include/soc/reset.h')
-rw-r--r--src/soc/marvell/mvmap2315/include/soc/reset.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/soc/marvell/mvmap2315/include/soc/reset.h b/src/soc/marvell/mvmap2315/include/soc/reset.h
deleted file mode 100644
index 348c9083ea..0000000000
--- a/src/soc/marvell/mvmap2315/include/soc/reset.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 2016 Marvell, 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.
- */
-#ifndef __SOC_MARVELL_MVMAP2315_RESET_H__
-#define __SOC_MARVELL_MVMAP2315_RESET_H__
-
-#include <stdint.h>
-
-void mvmap2315_reset(void);
-
-#endif /* __SOC_MARVELL_MVMAP2315_RESET_H__ */