Skip to content

Commit 562a10c

Browse files
ozbenhstewartsmith
authored andcommitted
init: Silence messages and call ourselves "OPAL"
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>
1 parent 42a615b commit 562a10c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/init.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,8 +808,8 @@ void __noreturn __nomcount main_cpu_entry(const void *fdt)
808808
/* Call library constructors */
809809
do_ctors();
810810

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

0 commit comments

Comments
 (0)