
4 May
2023
4 May
'23
4:22 p.m.
On Tue, Apr 18, 2023 at 11:31 PM Simon Glass sjg@chromium.org wrote:
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
Changes in v2:
- Add new patch to tidy up address for loading U-Boot from SPL
arch/x86/lib/spl.c | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com