Skip to content

Commit

Permalink
The function of imagetool-uncompress.py is now built into "make"
Browse files Browse the repository at this point in the history
  • Loading branch information
technion committed May 13, 2013
1 parent 2a8d810 commit 9281de1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#
# Normal rules
#
kernel.img
.*
*.o
*.o.*
Expand Down
4 changes: 3 additions & 1 deletion arch/arm/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ INITRD_PHYS := $(initrd_phys-y)

export ZRELADDR INITRD_PHYS PARAMS_PHYS

targets := Image zImage xipImage bootpImage uImage
targets := Image zImage xipImage bootpImage uImage kernel.img

ifeq ($(CONFIG_XIP_KERNEL),y)

Expand Down Expand Up @@ -54,6 +54,8 @@ $(obj)/compressed/vmlinux: $(obj)/Image FORCE
$(obj)/zImage: $(obj)/compressed/vmlinux FORCE
$(call if_changed,objcopy)
@echo ' Kernel: $@ is ready'
@echo ' IMGTOOL: Creating arch/arm/boot/kernel.img'
@cat $(obj)/first32k $(obj)/zImage > $(obj)/kernel.img

endif

Expand Down
Binary file added arch/arm/boot/first32k
Binary file not shown.

0 comments on commit 9281de1

Please sign in to comment.