On Tue, Apr 18, 2023 at 11:31 PM Simon Glass <[email protected]> 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 <[email protected]> > --- > > 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 <[email protected]>

