Commit 424c3b9f authored by Tom Rini's avatar Tom Rini

PPC32: Fix building of the Motorola LoPEC and CONFIG_DUMMY_CONSOLE

parent e70d8939
......@@ -324,7 +324,7 @@ lopec_setup_arch(void)
ROOT_DEV = Root_SDA1;
#endif
#ifdef CONFIG_DUMMY_CONSOLE
#ifdef CONFIG_VT
conswitchp = &dummy_con;
#endif
#ifdef CONFIG_PPCBUG_NVRAM
......
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