add cfgresetusb uboot script

This commit is contained in:
Jaroslav Kysela
2015-08-10 15:09:15 +02:00
parent e45c18b9b5
commit c8f8ed8839
4 changed files with 13 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ endef
all: kernel-axe-modules kernel
.PHONY: release
release: kernel-axe-modules out/idl4k.scr out/idl4k.cfgreset out/idl4k.recovery
release: kernel-axe-modules out/idl4k.scr out/idl4k.cfgreset out/idl4k.cfgresetusb out/idl4k.recovery
-ls -la out
.PHONY: dist
@@ -151,6 +151,11 @@ out/idl4k.cfgreset: patches/uboot-cfgreset.script
-n 'Reset satip-axe fw configuration' \
-d patches/uboot-cfgreset.script out/idl4k.cfgreset
out/idl4k.cfgresetusb: patches/uboot-cfgresetusb.script
$(TOOLPATH)/mkimage -T script -C none \
-n 'Reset satip-axe fw configuration (USB)' \
-d patches/uboot-cfgresetusb.script out/idl4k.cfgresetusb
out/idl4k.recovery: patches/uboot-recovery.script
$(TOOLPATH)/mkimage -T script -C none \
-n 'Restore original idl4k fw' \