diff loadtools/flash.h @ 652:d42534e5ac02

loadtools: discontig.h split out of flash.h
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 02 Mar 2020 03:49:31 +0000
parents 9c5b0629e346
children 77a0001d8849
line wrap: on
line diff
--- a/loadtools/flash.h	Mon Mar 02 03:39:46 2020 +0000
+++ b/loadtools/flash.h	Mon Mar 02 03:49:31 2020 +0000
@@ -71,11 +71,3 @@
 	struct sector_info	*sectors;
 	int			detect_done;
 };
-
-/* support for flashing discontiguous S-record images */
-
-struct discontig_prog {
-	uint32_t	start;
-	uint32_t	end;
-	uint32_t	crc;
-};