aboutsummaryrefslogtreecommitdiff
path: root/platforms
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2016-12-21 15:52:32 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-01-04 17:15:57 +1100
commit366c3936a9e9b458cf30c386208ec7ecf084c3f3 (patch)
treedc9b29d6b47e1eb0f67cce3a841b73c9ff6cfdb9 /platforms
parent3873e455af0d1f13b476d897515720e4ba114669 (diff)
downloadskiboot-366c3936a9e9b458cf30c386208ec7ecf084c3f3.zip
skiboot-366c3936a9e9b458cf30c386208ec7ecf084c3f3.tar.gz
skiboot-366c3936a9e9b458cf30c386208ec7ecf084c3f3.tar.bz2
console: remove force_dummy_console()
force_dummy_console() was only ever used to ensure the dummy console would be initialised when the platform did not setup it's usual console. The new console init path will uses the dummy console by default so this is now unnecessary. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/mambo/mambo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/platforms/mambo/mambo.c b/platforms/mambo/mambo.c
index cc5cbf9..976efea 100644
--- a/platforms/mambo/mambo.c
+++ b/platforms/mambo/mambo.c
@@ -213,7 +213,6 @@ static void mambo_rtc_init(void)
static void mambo_platform_init(void)
{
- force_dummy_console();
mambo_rtc_init();
bogus_disk_flash_init();
}