From 366c3936a9e9b458cf30c386208ec7ecf084c3f3 Mon Sep 17 00:00:00 2001 From: Oliver O'Halloran Date: Wed, 21 Dec 2016 15:52:32 +1100 Subject: 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 Signed-off-by: Stewart Smith --- platforms/mambo/mambo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'platforms') 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(); } -- cgit v1.1