Commit 12f0142f authored by Tom Rini's avatar Tom Rini

ppc32: Fix MPC8260 with an initrd and no root=/dev/ram0

Signed-off-by: default avatarTom Rini <trini@kernel.crashing.org>
parent 673ab680
...@@ -69,6 +69,10 @@ m8260_setup_arch(void) ...@@ -69,6 +69,10 @@ m8260_setup_arch(void)
#ifdef CONFIG_PCI_8260 #ifdef CONFIG_PCI_8260
m8260_find_bridges(); m8260_find_bridges();
#endif #endif
#ifdef CONFIG_BLK_DEV_INITRD
if (initrd_start)
ROOT_DEV = Root_RAM0;
#endif
} }
/* The decrementer counts at the system (internal) clock frequency /* The decrementer counts at the system (internal) clock frequency
......
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