summaryrefslogtreecommitdiff
path: root/arch/parisc
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2020-10-02 21:32:39 +0200
committerHelge Deller <deller@gmx.de>2020-10-15 08:10:39 +0200
commitb47cf497469fae14fcbf63526150c8c71e636c20 (patch)
tree36b1a7cebfa9fcfa3ed362d19f8f4b5d5e9c26cf /arch/parisc
parenta50d3d3ce0235fdc06cdb5cc2fb082964ecb56da (diff)
parisc: Install vmlinuz instead of zImage file
Tested-by: John David Anglin <dave.anglin@bell.net> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r--arch/parisc/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/install.sh b/arch/parisc/install.sh
index 6f68784fea25..056d588befdd 100644
--- a/arch/parisc/install.sh
+++ b/arch/parisc/install.sh
@@ -43,7 +43,7 @@ fi
# Default install
-if [ "$(basename $2)" = "zImage" ]; then
+if [ "$(basename $2)" = "vmlinuz" ]; then
# Compressed install
echo "Installing compressed kernel"
base=vmlinuz