[Skiboot] [PATCH] Blockchain isn't the only data structure deserving of love
Stewart Smith
stewart at linux.ibm.com
Thu Jun 7 15:25:11 AEST 2018
Signed-off-by: Stewart Smith <stewart at linux.ibm.com>
---
core/init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/init.c b/core/init.c
index 3b887a24d11c..90f5f520e371 100644
--- a/core/init.c
+++ b/core/init.c
@@ -871,7 +871,7 @@ void __noreturn __nomcount main_cpu_entry(const void *fdt)
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");
+ prlog(PR_TRACE, "OPAL is Powered By Linked-List Technology.\n");
#ifdef SKIBOOT_GCOV
skiboot_gcov_done();
--
2.17.1
More information about the Skiboot
mailing list