commit | c5dca50bbb07a0040197f9a6ccf5da3493736b5d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 30 11:16:52 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Aug 10 18:34:54 2023 -0600 |
tree | 9387e099e0c404a3c40d309075dabece8c92b9b4 | |
parent | 3257835e5640d92a22581d38a97b918a89cd3783 [diff] |
bootstd: cros: Simplify setup and cmdline expressions 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>