Skip to content
Snippets Groups Projects
Commit c892f37b authored by Mathias Kresin's avatar Mathias Kresin
Browse files

ramips: move umedia build step to Makefile


Some rt3883 based boards need this one as well.

Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
parent bcd2113a
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,10 @@ define MkCombineduImage
$(call MkImage,lzma,$(KDIR)/vmlinux-$(2).bin.lzma.combined,$(call sysupname,$(1),$(2)),$(6))
endef
define Build/umedia-header
fix-u-media-header -T 0x46 -B $(1) -i $@ -o $@.new && mv $@.new $@
endef
#
# The real magic happens inside these templates
#
......
......@@ -26,10 +26,6 @@ define Build/poray-header
mv $@.new $@
endef
define Build/umedia-header
fix-u-media-header -T 0x46 -B $(1) -i $@ -o $@.new && mv $@.new $@
endef
define Build/elecom-header
cp $@ $(KDIR)/v_0.0.0.bin
( \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment