x86: Stop working around skip-at-start
authorSimon Glass <sjg@chromium.org>
Wed, 26 Feb 2025 16:26:18 +0000 (09:26 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 4 Mar 2025 14:22:11 +0000 (08:22 -0600)
commitebe3c3c4a8f490b3ca373001adcb9c055f70f6d0
tree5dda1fb939e814371bd246060ffa4a755227a1ab
parent2c252d36b8da37e5601af5421bc672474b849e97
x86: Stop working around skip-at-start

With a recent Binman change, the skip-at-start property is now honoured,
meaning that all image-pos values in the affected section start from
the skip-at-start value.

The x86 code works around the old behaviour at present, so update it.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/intel_common/intel_opregion.c
arch/x86/lib/fsp2/fsp_init.c