xtensa_sim_console: remove deprecation warning
Change-Id: I10181f6c4d90e38927c1831c93fc459d33de6fd1 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
f11910a7fb
commit
eab8a9f9ca
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue