summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-28 20:45:00 +0300
committerTom Rini <trini@konsulko.com>2020-01-17 21:27:30 +0300
commit9101a5ec4a6cbcb50e037fb7287ad4e73b2d625d (patch)
treeb90d31b44b71ef471e448744472da99cd694a01d /include
parent049f8d6f4acc0eff71c9db5c3ca6276b56ce3357 (diff)
downloadu-boot-9101a5ec4a6cbcb50e037fb7287ad4e73b2d625d.tar.xz
common: Move reset_misc() function to arch header
This function is only used on ARM devices. Move it out of the common file and to a arch-specific header. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 1d85e5a68c..cf33b31499 100644
--- a/include/common.h
+++ b/include/common.h
@@ -74,7 +74,6 @@ phys_size_t get_effective_memsize(void);
int testdram(void);
#endif /* CONFIG_SYS_DRAM_TEST */
-void reset_misc (void);
void reset_cpu (ulong addr);
/* lib/uuid.c */