xtensa_sim_console: remove deprecation warning
Change-Id: I10181f6c4d90e38927c1831c93fc459d33de6fd1
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
diff --git a/drivers/console/xtensa_sim_console.c b/drivers/console/xtensa_sim_console.c
index 5e68578..159ee42 100644
--- a/drivers/console/xtensa_sim_console.c
+++ b/drivers/console/xtensa_sim_console.c
@@ -75,9 +75,9 @@
/* UART consloe initializes after the UART device itself */
SYS_INIT(xt_sim_console_init,
#if defined(CONFIG_EARLY_CONSOLE)
- PRIMARY,
+ PRE_KERNEL_1,
#else
- SECONDARY,
+ POST_KERNEL,
#endif
CONFIG_XTENSA_CONSOLE_INIT_PRIORITY);