Re: [U-Boot] [PATCH v3 031/108] x86: Don't print CPU info in TPL

2019-11-02 Thread Bin Meng
On Sat, Nov 2, 2019 at 1:52 PM Bin Meng wrote: > > On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > > > We don't need to do this and it is done (in more detail) in U-Boot proper. > > Drop this to save code space. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in v3: None > > C

Re: [U-Boot] [PATCH v3 031/108] x86: Don't print CPU info in TPL

2019-11-01 Thread Bin Meng
On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > We don't need to do this and it is done (in more detail) in U-Boot proper. > Drop this to save code space. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > arch/x86/lib/tpl.c | 5 - > 1 file changed