projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4d36a2
)
sh: sh7785lcr: Select uImage as default image target.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 28 Oct 2008 09:50:00 +0000
(18:50 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 28 Oct 2008 09:50:00 +0000
(18:50 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/Makefile
b/arch/sh/Makefile
index 3b2d8e2322403f1d79701fb947a71c84023b2b1c..240ad6be0daaceec229bd7755db0ffa63186e0e1 100644
(file)
--- 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