From: Nobuhiro Iwamatsu Date: Sat, 18 Aug 2018 12:02:58 +0000 (+0100) Subject: Fix uImage build X-Git-Tag: archive/raspbian/4.18.10-2+rpi1^2^2^2~118 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0e2765f2a544d37f770253c840e4d3e2e4b6f332;p=linux.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 65300193b99..9dce5bab03d 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -89,7 +89,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