]> git.ipfire.org Git - thirdparty/u-boot.git/commit
binman: Read the skip-at-start value on startup
authorSimon Glass <sjg@chromium.org>
Sun, 16 Feb 2025 02:02:36 +0000 (19:02 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:36 +0000 (10:07 +0100)
commit96b0a77da0e3877308effd3d916c779fb3deb9df
tree95d41c6e99ab11d5154fab61fc0eee6e9cb77a8b
parentc3d35348069bb7a70c41e6389818bbd9a095c5db
binman: Read the skip-at-start value on startup

This value provides an offset for all image-pos values in the image.
Read it on startup so that we can take account of it when calculating
positions.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/binman.c