diff loadtools/discontig.h @ 655:a880f48d6ac0

loadtools: MAX_SREC_REGIONS def moved into discontig.h
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 02 Mar 2020 23:33:37 +0000
parents d42534e5ac02
children
line wrap: on
line diff
--- a/loadtools/discontig.h	Mon Mar 02 23:24:43 2020 +0000
+++ b/loadtools/discontig.h	Mon Mar 02 23:33:37 2020 +0000
@@ -1,5 +1,7 @@
 /* support for flashing or XRAM-loading discontiguous S-record images */
 
+#define	MAX_SREC_REGIONS	256
+
 struct discontig_prog {
 	uint32_t	start;
 	uint32_t	end;