Commit b635f191 authored by Sonic Zhang's avatar Sonic Zhang Committed by Mike Frysinger

Blackfin: allow boards to register early devices

Signed-off-by: default avatarSonic Zhang <sonic.zhang@analog.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent df5de261
......@@ -792,10 +792,17 @@ static inline int __init get_mem_size(void)
BUG();
}
__attribute__((weak))
void __init native_machine_early_platform_add_devices(void)
{
}
void __init setup_arch(char **cmdline_p)
{
unsigned long sclk, cclk;
native_machine_early_platform_add_devices();
enable_shadow_console();
/* Check to make sure we are running on the right processor */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment