aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/blackfin/kernel/setup.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c
index 95448ae9c43a..69cbc1a81201 100644
--- a/arch/blackfin/kernel/setup.c
+++ b/arch/blackfin/kernel/setup.c
@@ -792,10 +792,17 @@ static inline int __init get_mem_size(void)
792 BUG(); 792 BUG();
793} 793}
794 794
795__attribute__((weak))
796void __init native_machine_early_platform_add_devices(void)
797{
798}
799
795void __init setup_arch(char **cmdline_p) 800void __init setup_arch(char **cmdline_p)
796{ 801{
797 unsigned long sclk, cclk; 802 unsigned long sclk, cclk;
798 803
804 native_machine_early_platform_add_devices();
805
799 enable_shadow_console(); 806 enable_shadow_console();
800 807
801 /* Check to make sure we are running on the right processor */ 808 /* Check to make sure we are running on the right processor */