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:
7d7f7c3
)
sh: Fix up uImage compression type
author
Yoshihiro Shimoda
<shimoda.yoshihiro@renesas.com>
Fri, 28 Mar 2008 06:03:39 +0000
(15:03 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 31 Mar 2008 07:17:11 +0000
(16:17 +0900)
Fix up uImage compression type.
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boot/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/boot/Makefile
b/arch/sh/boot/Makefile
index 3dda24daa0a8ed66242cc9063a2364f88c90f2fe..89b408620dcbbfb68d2e3f02a534fc22e86f3a64 100644
(file)
--- a/
arch/sh/boot/Makefile
+++ b/
arch/sh/boot/Makefile
@@
-44,7
+44,7
@@
KERNEL_ENTRY := $(shell /bin/bash -c 'printf "0x%08x" \
quiet_cmd_uimage = UIMAGE $@
cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A sh -O linux -T kernel \
- -C
none
-a $(KERNEL_LOAD) -e $(KERNEL_ENTRY) \
+ -C
gzip
-a $(KERNEL_LOAD) -e $(KERNEL_ENTRY) \
-n 'Linux-$(KERNELRELEASE)' -d $< $@
$(obj)/uImage: $(obj)/vmlinux.bin.gz FORCE