xtensa_sim_console: remove deprecation warning

Change-Id: I10181f6c4d90e38927c1831c93fc459d33de6fd1
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2017-02-02 12:22:41 -08:00
commit eab8a9f9ca

View file

@ -75,9 +75,9 @@ static int xt_sim_console_init(struct device *arg)
/* 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);