提交 a24d96e4 编写于 作者: P Prafulla Wadaskar 提交者: Wolfgang Denk

arch_misc_init support for ARM architectures

This patch is required for Kirkwood support
may be used by other ARM architectures
Signed-off-by: NPrafulla Wadaskar <prafulla@marvell.com>
上级 b2403589
......@@ -42,6 +42,7 @@ int cleanup_before_linux(void);
/* cpu/.../arch/cpu.c */
int arch_cpu_init(void);
int arch_misc_init(void);
/* board/.../... */
int board_init(void);
......
......@@ -399,6 +399,10 @@ void start_armboot (void)
console_init_r (); /* fully init console as a device */
#if defined(CONFIG_ARCH_MISC_INIT)
/* miscellaneous arch dependent initialisations */
arch_misc_init ();
#endif
#if defined(CONFIG_MISC_INIT_R)
/* miscellaneous platform dependent initialisations */
misc_init_r ();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册