From: Paul Mundt Date: Tue, 28 Oct 2008 09:50:00 +0000 (+0900) Subject: sh: sh7785lcr: Select uImage as default image target. X-Git-Tag: firefly_0821_release~17008^2~15 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1a30603233fdd104aba430fd8f3443160474b6bb;p=firefly-linux-kernel-4.4.55.git sh: sh7785lcr: Select uImage as default image target. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 3b2d8e232240..240ad6be0daa 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -81,7 +81,8 @@ OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \ -R .stab -R .stabstr -S # Give the various platforms the opportunity to set default image types -defaultimage-$(CONFIG_SUPERH32) := zImage +defaultimage-$(CONFIG_SUPERH32) := zImage +defaultimage-$(CONFIG_SH_SH7785LCR) := uImage # Set some sensible Kbuild defaults KBUILD_DEFCONFIG := shx3_defconfig