A recent series [1] adjusted how Binman handles the skip-at-start property.
This first patch in this series fixes a bug in coral due to this change. The remaining two patches remove work-arounds which are no-longer needed on x86 [1] https://patchwork.ozlabs.org/project/uboot/list/?series=441782 Simon Glass (3): x86: Stop working around skip-at-start binman: Read the skip-at-start value on startup binman: x86: Write skip-at-start when end-at-4gb is used arch/x86/lib/fsp2/fsp_init.c | 3 +-- lib/binman.c | 16 ++++++++++++++-- tools/binman/etype/section.py | 6 +++++- 3 files changed, 20 insertions(+), 5 deletions(-) -- 2.43.0

