diff options
author | 2024-10-09 16:38:06 +1100 | |
---|---|---|
committer | 2024-10-29 23:01:47 +1100 | |
commit | c7182a0bdec16cdea912b5a3aea9a80f4f657b7d (patch) | |
tree | b1201a84d2a259f7ad55a3e7d88114ecebcd649c | |
parent | powerpc/pseries: Fix dtl_access_lock to be a rw_semaphore (diff) | |
download | wireguard-linux-c7182a0bdec16cdea912b5a3aea9a80f4f657b7d.tar.xz wireguard-linux-c7182a0bdec16cdea912b5a3aea9a80f4f657b7d.zip |
powerpc/boot: Remove bogus reference to lilo
The help text refers to lilo, but the install script does not run lilo
and never has. The reference to lilo seems to have come originally from
arch/ppc/Makefile, but it was not true there either.
Remove it.
Reported-by: Thorsten Leemhuis <linux@leemhuis.info>
Link: https://fosstodon.org/@kernellogger/113032940928131612
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://patch.msgid.link/20241009053806.135807-1-mpe@ellerman.id.au
-rw-r--r-- | arch/powerpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index cbb353ddacb7..1c5c28d58e94 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile @@ -352,7 +352,7 @@ define archhelp echo ' install - Install kernel using' echo ' (your) ~/bin/$(INSTALLKERNEL) or' echo ' (distribution) /sbin/$(INSTALLKERNEL) or' - echo ' install to $$(INSTALL_PATH) and run lilo' + echo ' install to $$(INSTALL_PATH)' echo ' *_defconfig - Select default config from arch/powerpc/configs' echo '' echo ' Targets with <dt> embed a device tree blob inside the image' |