comparison loadtools/flprogsrec.c @ 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 51bcfb251b23
comparison
equal deleted inserted replaced
654:39b39b546824 655:a880f48d6ac0
12 #include "discontig.h" 12 #include "discontig.h"
13 #include "srecreader.h" 13 #include "srecreader.h"
14 14
15 extern struct flash_bank_info flash_bank_info[2]; 15 extern struct flash_bank_info flash_bank_info[2];
16 extern uint32_t crc32_table[]; 16 extern uint32_t crc32_table[];
17
18 #define MAX_SREC_REGIONS 256
19 17
20 read_srec_img_for_flash(imgfile, is_m0, bank_size, reglistp, regcountp, 18 read_srec_img_for_flash(imgfile, is_m0, bank_size, reglistp, regcountp,
21 totalp, tmpfilep) 19 totalp, tmpfilep)
22 char *imgfile; 20 char *imgfile;
23 uint32_t bank_size, *totalp; 21 uint32_t bank_size, *totalp;