diff options
| author | Simon Glass <[email protected]> | 2019-12-28 10:44:57 -0700 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2020-01-24 23:06:48 +0530 |
| commit | 39fdefa6cf302ad2dbc30c905f03e5480b380ec3 (patch) | |
| tree | cb91c4dd6023aba0b5a1bd46bc49befe5a7c40ce /include | |
| parent | cc3ac11d81446c31a5bedd31887618b9a70439dd (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 <[email protected]>
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 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); |
