From 5b17b8e39830d0ed1a3f40db51f05c0361a2ff89 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Wed, 8 Aug 2012 16:57:39 +0200 Subject: cold-flash: Fix usb_set_configuration and usb_claim_interface, Update information about OMAP boot messages, implement function leave_cold_flash --- src/cold-flash.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cold-flash.h') diff --git a/src/cold-flash.h b/src/cold-flash.h index 303f628..4e291eb 100644 --- a/src/cold-flash.h +++ b/src/cold-flash.h @@ -24,6 +24,10 @@ #include "image.h" +/* Flash 2nd and secondary image in Cold Flash mode. After flashing device will boot secondary image */ int cold_flash(usb_dev_handle * udev, struct image * x2nd, struct image * secondary); +/* Leave Cold Flashing mode and continue booting */ +int leave_cold_flash(usb_dev_handle * udev); + #endif -- cgit v1.2.3