From: Nobuhiro Iwamatsu Date: Sun, 3 Dec 2017 19:41:55 +0000 (+0000) Subject: Fix uImage build X-Git-Tag: archive/raspbian/4.9.80-2+rpi1~8^2^2^2^2~142 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=77596be6eeb239050f0a24c2dbe4c0b125403c17;p=linux-4.9.git Fix uImage build [bwh: This was added without a description, but I think it is dealing with a similar issue to powerpcspe-omit-uimage.patch] Gbp-Pq: Topic debian Gbp-Pq: Name arch-sh4-fix-uimage-build.patch --- diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 336f33a419d9..f37fef88773a 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -83,7 +83,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-$(CONFIG_SUPERH32) := zImage -defaultimage-$(CONFIG_SH_SH7785LCR) := uImage defaultimage-$(CONFIG_SH_RSK) := uImage defaultimage-$(CONFIG_SH_URQUELL) := uImage defaultimage-$(CONFIG_SH_MIGOR) := uImage