]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: remove unused zInstall target from arch/powerpc/boot/Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 29 Jul 2021 14:19:35 +0000 (23:19 +0900)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 4 Aug 2021 00:53:38 +0000 (10:53 +1000)
commit850894a8775e0f5493f39ac2129a387b026812a1
tree69a0972cc8a914a84fcafa3d0365eeabe4413d02
parent2df5bc33f1c3030a35bed8a339724dd1d3b4b46c
powerpc: remove unused zInstall target from arch/powerpc/boot/Makefile

Commit 0c28063accf1 ("powerpc/boot: Don't install zImage.* from make
install") added the zInstall target to arch/powerpc/boot/Makefile,
but you cannot use it since the corresponding hook is missing in
arch/powerpc/Makefile.

It has never worked since its addition. Nobody has complained about
it for 7 years, which means this code was unneeded.

With this removal, the install.sh will be passed in with 4 parameters.
Simplify the shell script.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210729141937.445051-1-masahiroy@kernel.org
arch/powerpc/boot/Makefile
arch/powerpc/boot/install.sh