mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +00:00
powerpc/prom_init: Remove leftover comment
The if statement that this comment referred to was removed in
commit 11fdb30934
("powerpc/prom_init: Remove support for OPAL v2").
Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200324182912.1048906-1-farosas@linux.ibm.com
This commit is contained in:
parent
21f8b2fa3c
commit
7074695ac6
1 changed files with 0 additions and 1 deletions
|
@ -3477,7 +3477,6 @@ unsigned long __init prom_init(unsigned long r3, unsigned long r4,
|
|||
*/
|
||||
hdr = dt_header_start;
|
||||
|
||||
/* Don't print anything after quiesce under OPAL, it crashes OFW */
|
||||
prom_printf("Booting Linux via __start() @ 0x%lx ...\n", kbase);
|
||||
prom_debug("->dt_header_start=0x%lx\n", hdr);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue