aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga/include
diff options
context:
space:
mode:
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>2019-05-13 21:16:44 +0200
committerMarek Vasut <marex@denx.de>2019-05-14 19:52:39 +0200
commit48ec73453ae909230585188191d0cace646a2b17 (patch)
treeff5b1b4f9258c7ffb0b43b859e8f7c4a0596d0c7 /arch/arm/mach-socfpga/include
parent430b42f76a4e50ffef7cc2b3c195ff645a438433 (diff)
downloadu-boot-48ec73453ae909230585188191d0cace646a2b17.zip
u-boot-48ec73453ae909230585188191d0cace646a2b17.tar.gz
u-boot-48ec73453ae909230585188191d0cace646a2b17.tar.bz2
arm: sofcpga: s10: remove unused ad-hoc reset code
The stratix 10 reset manager ad-hoc code in arch/arm contains an unused function 'reset_deassert_peripherals_handoff' that has been added from the beginning. As this is probably a result of copying the gen5 reset manager and this function has never been used, remove it. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Diffstat (limited to 'arch/arm/mach-socfpga/include')
-rw-r--r--arch/arm/mach-socfpga/include/mach/reset_manager_s10.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/include/mach/reset_manager_s10.h b/arch/arm/mach-socfpga/include/mach/reset_manager_s10.h
index b93bbaf..452147b 100644
--- a/arch/arm/mach-socfpga/include/mach/reset_manager_s10.h
+++ b/arch/arm/mach-socfpga/include/mach/reset_manager_s10.h
@@ -8,7 +8,6 @@
#define _RESET_MANAGER_S10_
void reset_cpu(ulong addr);
-void reset_deassert_peripherals_handoff(void);
int cpu_has_been_warmreset(void);
void socfpga_bridges_reset(int enable);