Skip to content

Commit

Permalink
init: Silence messages and call ourselves "OPAL"
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
ozbenh authored and stewartsmith committed Jun 26, 2017
1 parent 42a615b commit 562a10c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -808,8 +808,8 @@ void __noreturn __nomcount main_cpu_entry(const void *fdt)
/* Call library constructors */
do_ctors();

printf("SkiBoot %s starting...\n", version);
printf("initial console log level: memory %d, driver %d\n",
prlog(PR_NOTICE, "OPAL %s starting...\n", version);
prlog(PR_DEBUG, "initial console log level: memory %d, driver %d\n",
(debug_descriptor.console_log_levels >> 4),
(debug_descriptor.console_log_levels & 0x0f));
prlog(PR_TRACE, "You will not see this\n");
Expand Down

0 comments on commit 562a10c

Please sign in to comment.