提交 9101a5ec 编写于 作者: S Simon Glass 提交者: Tom Rini

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: NSimon Glass <sjg@chromium.org>
上级 049f8d6f
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册