diff options
author | Simon Glass | 2019-12-28 10:44:57 -0700 |
---|---|---|
committer | Tom Rini | 2020-01-17 13:27:28 -0500 |
commit | 6d1fdb1efb3864e53ccd9e7a4c30eebca03cad1b (patch) | |
tree | dfcc38b006edd64b9e8a31e7499eb32e55933591 /include/common.h | |
parent | 35a3f871fcf6a80ff42885782c3ba10d7fc62046 (diff) |
common: Move upmconfig() to ppc.h
This file is only used by PowerPC so move it to an arch-specific header
file.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/common.h')
-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 a971f75f8bc..1f87070d492 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 upmconfig (unsigned int, unsigned int *, unsigned int); ulong get_tbclk (void); void reset_misc (void); void reset_cpu (ulong addr); |