diff options
author | Simon Glass <sjg@chromium.org> | 2019-12-28 10:45:00 -0700 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-01-24 23:06:49 +0530 |
commit | 6321c66cdf73f1d0318b02bfe747acf2f6bbb398 (patch) | |
tree | f078f994682c7751490e55289be034d50843231e /include | |
parent | 98c338bcb66bc1f844d4d9523d786eb1db17d036 (diff) |
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.h | 1 |
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 */ |