Remove MULTI_CONSOLE_API flag and references to it
[project/bcm63xx/atf.git] / plat / common / aarch32 / plat_sp_min_common.c
index 3bc84b1ad291f9814749b1e270827a34cd463999..949358738032fa1bd978eec944d9431770d4cc6a 100644 (file)
@@ -21,9 +21,5 @@ void sp_min_plat_runtime_setup(void)
         * Finish the use of console driver in SP_MIN so that any runtime logs
         * from SP_MIN will be suppressed.
         */
-#if MULTI_CONSOLE_API
        console_switch_state(CONSOLE_FLAG_RUNTIME);
-#else
-       console_uninit();
-#endif
 }