diff options
Diffstat (limited to 'arch/powerpc/platforms/chrp')
-rw-r--r-- | arch/powerpc/platforms/chrp/setup.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/powerpc/platforms/chrp/setup.c b/arch/powerpc/platforms/chrp/setup.c index 96498ad7b943..59306261f5b2 100644 --- a/arch/powerpc/platforms/chrp/setup.c +++ b/arch/powerpc/platforms/chrp/setup.c | |||
@@ -290,16 +290,6 @@ void __init chrp_setup_arch(void) | |||
290 | ppc_md.set_rtc_time = rtas_set_rtc_time; | 290 | ppc_md.set_rtc_time = rtas_set_rtc_time; |
291 | } | 291 | } |
292 | 292 | ||
293 | #ifdef CONFIG_BLK_DEV_INITRD | ||
294 | /* this is fine for chrp */ | ||
295 | initrd_below_start_ok = 1; | ||
296 | |||
297 | if (initrd_start) | ||
298 | ROOT_DEV = Root_RAM0; | ||
299 | else | ||
300 | #endif | ||
301 | ROOT_DEV = Root_SDA2; /* sda2 (sda1 is for the kernel) */ | ||
302 | |||
303 | /* On pegasos, enable the L2 cache if not already done by OF */ | 293 | /* On pegasos, enable the L2 cache if not already done by OF */ |
304 | pegasos_set_l2cr(); | 294 | pegasos_set_l2cr(); |
305 | 295 | ||