aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/prom.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/kernel/prom.c')
-rw-r--r--arch/microblaze/kernel/prom.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/microblaze/kernel/prom.c b/arch/microblaze/kernel/prom.c
index 951e4d61ca2d..cab6dc356119 100644
--- a/arch/microblaze/kernel/prom.c
+++ b/arch/microblaze/kernel/prom.c
@@ -114,15 +114,6 @@ void __init early_init_devtree(void *params)
114 pr_debug(" <- early_init_devtree()\n"); 114 pr_debug(" <- early_init_devtree()\n");
115} 115}
116 116
117#ifdef CONFIG_BLK_DEV_INITRD
118void __init early_init_dt_setup_initrd_arch(u64 start, u64 end)
119{
120 initrd_start = (unsigned long)__va(start);
121 initrd_end = (unsigned long)__va(end);
122 initrd_below_start_ok = 1;
123}
124#endif
125
126/******* 117/*******
127 * 118 *
128 * New implementation of the OF "find" APIs, return a refcounted 119 * New implementation of the OF "find" APIs, return a refcounted