Re: [U-Boot] [PATCH v3 040/108] x86: Define the SPL image start

2019-11-04 Thread Bin Meng
On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > Define this symbol so that we can use binman symbols correctly. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > arch/x86/cpu/u-boot-spl.lds | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) >

[U-Boot] [PATCH v3 040/108] x86: Define the SPL image start

2019-10-20 Thread Simon Glass
Define this symbol so that we can use binman symbols correctly. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None arch/x86/cpu/u-boot-spl.lds | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/x86/cpu/u-boot-spl.lds b/arch/x86/cpu/u-boot-spl.lds i