> diff --git a/layout.c b/layout.c > index 8283e36..fe29852 100644 > --- a/layout.c > +++ b/layout.c > @@ -240,6 +240,19 @@ static struct rom_entry > *get_next_included_romentry(unsigned int start) > return best_entry; > } > > +static void copy_old_content(struct flashchip *flash, int oldcontents_valid, > uint8_t *oldcontents, uint8_t *newcontents, unsigned int start, unsigned int > size) Could you split it to multiple lines?
Nice work! :) Acked-by: Tadas Slotkus <[email protected]> Thanks, Tadas _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
