Skip to content

Commit

Permalink
core/init: LPC isn't just P8 (fix comment)
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
stewartsmith committed May 1, 2019
1 parent cb2e148 commit 44afdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 44afdc1

Please sign in to comment.