Commit 808f7931 authored by Arthur Othieno's avatar Arthur Othieno Committed by Russell King

[ARM] arch/arm/boot/Makefile: s/quite_cmd_mknote/quiet_cmd_mknote/

Patch from: Arthur Othieno

This fixes a typo in arch/arm/boot/Makefile.
parent 6b6b112e
...@@ -82,7 +82,7 @@ $(obj)/zImage: $(obj)/compressed/vmlinux FORCE ...@@ -82,7 +82,7 @@ $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
$(call if_changed,objcopy) $(call if_changed,objcopy)
@echo ' Kernel: $@ is ready' @echo ' Kernel: $@ is ready'
quite_cmd_uimage = UIMAGE $@ quiet_cmd_uimage = UIMAGE $@
cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A arm -O linux -T kernel \ cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A arm -O linux -T kernel \
-C none -a $(ZRELADDR) -e $(ZRELADDR) \ -C none -a $(ZRELADDR) -e $(ZRELADDR) \
-n 'Linux-$(KERNELRELEASE)' -d $< $@ -n 'Linux-$(KERNELRELEASE)' -d $< $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment