commit | 016dc60e1404b1d81d04523b165261820580dce7 | [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 | 05cfcd0ff2a85bed7d7dfb4f067a3e5d3ca11107 [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>