diff options
author | Fabiano Rosas <farosas@linux.ibm.com> | 2020-03-24 15:29:12 -0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-03-25 21:15:01 +1100 |
commit | 7074695ac6fb965d478f373b95bc5c636e9f21b0 (patch) | |
tree | 216383e4ce5ff09cb4549e3863f15d5912b9fde6 /arch/powerpc/kernel/prom_init.c | |
parent | 21f8b2fa3ca5b01f7a2b51b89ce97a3705a15aa0 (diff) | |
download | linux-next-7074695ac6fb965d478f373b95bc5c636e9f21b0.tar.gz |
powerpc/prom_init: Remove leftover comment
The if statement that this comment referred to was removed in
commit 11fdb309341c ("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
Diffstat (limited to 'arch/powerpc/kernel/prom_init.c')
-rw-r--r-- | arch/powerpc/kernel/prom_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/prom_init.c index 673f13b87db1..806be751c336 100644 --- a/arch/powerpc/kernel/prom_init.c +++ b/arch/powerpc/kernel/prom_init.c @@ -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); |