mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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 <sjg@chromium.org>
This commit is contained in:
parent
807765b067
commit
6f5fb71240
2 changed files with 2 additions and 2 deletions
|
@ -23,6 +23,8 @@ extern ulong _datarellocal_start_ofs;
|
|||
extern ulong _datarelro_start_ofs;
|
||||
extern ulong IRQ_STACK_START_IN; /* 8 bytes in IRQ stack */
|
||||
|
||||
void s_init(void);
|
||||
|
||||
/* cpu/.../cpu.c */
|
||||
int cleanup_before_linux(void);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue