Re: [U-Boot] [PATCH 098/126] x86: Drop RESET_BASE

2019-10-11 Thread Bin Meng
On Thu, Oct 10, 2019 at 5:56 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:59 PM Simon Glass wrote: > > > > Since x86 users binman now, we don't need this compile-time define. > > > > Signed-off-by: Simon Glass > > --- > > > > arch/x86/cpu/config.mk | 1 - > > 1 file changed, 1 deletion(-)

Re: [U-Boot] [PATCH 098/126] x86: Drop RESET_BASE

2019-10-10 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:59 PM Simon Glass wrote: > > Since x86 users binman now, we don't need this compile-time define. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/config.mk | 1 - > 1 file changed, 1 deletion(-) > Reviewed-by: Bin Meng

[U-Boot] [PATCH 098/126] x86: Drop RESET_BASE

2019-09-25 Thread Simon Glass
Since x86 users binman now, we don't need this compile-time define. Signed-off-by: Simon Glass --- arch/x86/cpu/config.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/cpu/config.mk b/arch/x86/cpu/config.mk index 22416f39b6e..e5a393a1c81 100644 --- a/arch/x86/cpu/config.mk +++