summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2019-12-28 10:44:55 -0700
committerJagan Teki <[email protected]>2020-01-24 23:06:48 +0530
commitb14d1af81dbe32e89316c9226c7a2aa52b28cb41 (patch)
treeedff8d1613d7293934922c56a203fe199eb9eb4f /include
parent7fefef5078d427e5b9e22e19352d492029cea6f2 (diff)
common: arm: Move s_init() to an ARM-specific header
This function is only used on ARM devices so does not belong in the global common header file. Move it to an ARM header. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index 463eeb5d43f..f38dc2ef3fb 100644
--- a/include/common.h
+++ b/include/common.h
@@ -74,8 +74,6 @@ phys_size_t get_effective_memsize(void);
int testdram(void);
#endif /* CONFIG_SYS_DRAM_TEST */
-void s_init(void);
-
void upmconfig (unsigned int, unsigned int *, unsigned int);
ulong get_tbclk (void);
void reset_misc (void);