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>
This commit is contained in:
parent
98c338bcb6
commit
6321c66cdf
@ -54,6 +54,8 @@ void do_fiq(struct pt_regs *pt_regs);
|
||||
void do_irq(struct pt_regs *pt_regswq);
|
||||
#endif
|
||||
|
||||
void reset_misc(void);
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
|
||||
#endif /* _U_BOOT_ARM_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 */
|
||||
|
Loading…
Reference in New Issue
Block a user