
11 Aug
2023
11 Aug
'23
3:37 p.m.
Create a common base from which the other parts are offset and make all of the offsets related to that. This makes the code a little easier to read.
Use X86_ prefixes for the two values which are x86-specific.
Drop OFFSET_BASE since it is available in a header field.
Drop the unnecessary 'start' variable too.
Signed-off-by: Simon Glass sjg@chromium.org ---
boot/bootmeth_cros.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-)
Applied to u-boot-dm/next, thanks!