Skip to content

Commit

Permalink
ARM: rk: build resource.img with logo_kernel.bmp
Browse files Browse the repository at this point in the history
Signed-off-by: Huang, Tao <[email protected]>
  • Loading branch information
rkhuangtao committed Dec 12, 2014
1 parent c768774 commit 037ab54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ kernel.img: zImage
@echo ' Image: kernel.img (with $*.dtb) is ready'

LOGO := $(notdir $(wildcard $(srctree)/logo.bmp))
LOGO_KERNEL := $(notdir $(wildcard $(srctree)/logo_kernel.bmp))
%.img: %.dtb kernel.img $(LOGO)
$(Q)$(srctree)/resource_tool $(objtree)/arch/arm/boot/dts/$*.dtb $(LOGO)
@echo ' Image: resource.img (with $*.dtb $(LOGO)) is ready'
$(Q)$(srctree)/resource_tool $(objtree)/arch/arm/boot/dts/$*.dtb $(LOGO) $(LOGO_KERNEL)
@echo ' Image: resource.img (with $*.dtb $(LOGO) $(LOGO_KERNEL)) is ready'
Binary file added logo_kernel.bmp
Binary file not shown.

0 comments on commit 037ab54

Please sign in to comment.