aboutsummaryrefslogtreecommitdiff
path: root/platforms/rhesus
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-10-09 14:29:09 +1100
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-10-15 14:45:28 +1100
commit744c79548c78db31217b78855b7075f5fd0b92c1 (patch)
tree4142950a338ce7a7e735f80bf90134f173020591 /platforms/rhesus
parent8463764f7e4383e1e2339eee174d4151337bc467 (diff)
downloadskiboot-744c79548c78db31217b78855b7075f5fd0b92c1.zip
skiboot-744c79548c78db31217b78855b7075f5fd0b92c1.tar.gz
skiboot-744c79548c78db31217b78855b7075f5fd0b92c1.tar.bz2
console: Move dummy_console_add_nodes() to common code
All the platforms basically do the same thing Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'platforms/rhesus')
-rw-r--r--platforms/rhesus/rhesus.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/platforms/rhesus/rhesus.c b/platforms/rhesus/rhesus.c
index 41b1d5a..b749eef 100644
--- a/platforms/rhesus/rhesus.c
+++ b/platforms/rhesus/rhesus.c
@@ -177,9 +177,6 @@ static int rhesus_pnor_init(void)
static void rhesus_init(void)
{
- if (dummy_console_enabled())
- dummy_console_add_nodes();
-
/* Initialize PNOR/NVRAM */
rhesus_pnor_init();
}