| 745 | } |
| 746 | |
| 747 | static void fill_header_offset(void *location, uint32_t offset) |
| 748 | { |
| 749 | // TODO: When we have a BE target, we'll need to store this as BE |
| 750 | write_le32(location, offset); |
| 751 | } |
| 752 | |
| 753 | static int update_master_header_loc_topswap(struct cbfs_image *image, |
| 754 | void *h_loc, uint32_t header_offset) |
no test coverage detected