From: Nobuhiro Iwamatsu Date: Sat, 10 Oct 2020 19:40:31 +0000 (+0100) Subject: [sh4] Fix uImage build X-Git-Tag: archive/raspbian/5.9.6-1+rpi1^2^2^2~83 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=384b54d37e7594c7c5c9dd156e46265c97e251e7;p=linux.git [sh4] Fix uImage build Bug-Debian: https://bugs.debian.org/569034 Forwarded: not-needed [bwh: This was added without a description, but I think it is done only to avoid a build-dependency on u-boot-tools.] Gbp-Pq: Topic debian Gbp-Pq: Name arch-sh4-fix-uimage-build.patch --- diff --git a/arch/sh/Makefile b/arch/sh/Makefile index da9cf952f33..974bbd9dcfc 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -85,7 +85,6 @@ OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \ # Give the various platforms the opportunity to set default image types defaultimage-y := zImage -defaultimage-$(CONFIG_SH_SH7785LCR) := uImage defaultimage-$(CONFIG_SH_RSK) := uImage defaultimage-$(CONFIG_SH_URQUELL) := uImage defaultimage-$(CONFIG_SH_MIGOR) := uImage