mirror of
https://review.coreboot.org/flashrom.git
synced 2025-09-16 09:55:23 +02:00
layout: Rework normalize_romentries() API
Rename it to layout_sanity_checks() as that is what it does and let it work on the currently active layout instead of the global layout. Change-Id: Ifae3480d4bd68c939c291f05734544e93f00306c Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/54285 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
1
layout.h
1
layout.h
@@ -62,5 +62,6 @@ const struct romentry *layout_next_included(const struct flashrom_layout *, cons
|
||||
const struct romentry *layout_next(const struct flashrom_layout *, const struct romentry *);
|
||||
int included_regions_overlap(const struct flashrom_layout *const flashrom_layout);
|
||||
void prepare_layout_for_extraction(struct flashrom_flashctx *flash);
|
||||
int layout_sanity_checks(const struct flashrom_flashctx *);
|
||||
|
||||
#endif /* !__LAYOUT_H__ */
|
||||
|
Reference in New Issue
Block a user