[Skiboot] [PATCH] core/init: LPC isn't just P8 (fix comment)
Stewart Smith
stewart at linux.ibm.com
Wed May 1 14:21:17 AEST 2019
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 0fe6c16820bb..955d299ddde7 100644
--- a/core/init.c
+++ b/core/init.c
@@ -1056,7 +1056,7 @@ void __noreturn __nomcount main_cpu_entry(const void *fdt)
dt_init_misc();
/*
- * Initialize LPC (P8 only) so we can get to UART, BMC and
+ * Initialize LPC (P8 and beyond) so we can get to UART, BMC and
* other system controller. This is done before probe_platform
* so that the platform probing code can access an external
* BMC if needed.
--
2.20.1
More information about the Skiboot
mailing list