diff mbox series

core/init: LPC isn't just P8 (fix comment)

Message ID 20190501042117.6822-1-stewart@linux.ibm.com
State Accepted
Headers show
Series core/init: LPC isn't just P8 (fix comment) | expand

Commit Message

Stewart Smith May 1, 2019, 4:21 a.m. UTC
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
---
 core/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stewart Smith May 2, 2019, 8:17 a.m. UTC | #1
Stewart Smith <stewart@linux.ibm.com> writes:
> Signed-off-by: Stewart Smith <stewart@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.

Merged to master as of 44afdc1afb1fe17ad7ae6758279f856a464cb922
diff mbox series

Patch

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.