aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-05-01 14:21:06 +1000
committerStewart Smith <stewart@linux.ibm.com>2019-05-02 09:57:15 +1000
commit44afdc1afb1fe17ad7ae6758279f856a464cb922 (patch)
treefa7af6fafaa96e79483185c376915eb4f70b8875
parentcb2e148df960b86821e10bc55ae39aeac9d56e4e (diff)
downloadskiboot-44afdc1afb1fe17ad7ae6758279f856a464cb922.zip
skiboot-44afdc1afb1fe17ad7ae6758279f856a464cb922.tar.gz
skiboot-44afdc1afb1fe17ad7ae6758279f856a464cb922.tar.bz2
core/init: LPC isn't just P8 (fix comment)
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r--core/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/init.c b/core/init.c
index 0fe6c16..955d299 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.