commit | 53ea0f65b710aa46f4dde5269fb8eddf22e201fd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 04 16:50:55 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Thu May 11 10:25:29 2023 +0800 |
tree | 8afbf82f252b25da84516b5452b50ea3a9a0b7db | |
parent | 6b31e61159fef00c1d68598c2999077fb1108756 [diff] |
x86: Tidy up address for loading U-Boot from SPL Use the binman symbols for this, to avoid hard-coding the value. We could use CONFIG_X86_OFFSET_U_BOOT for the address, but it seems better to obtain the offset and size through the same mechanism. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>