Re: [U-Boot] [PATCH 043/126] spl: Allow tiny printf() to be controlled in SPL and TPL

2019-10-06 Thread Bin Meng
On Sat, Oct 5, 2019 at 11:18 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > At present there is only one control for this and it is used for both SPL > > and TPL. But SPL might have a lot more space than TPL so the extra cost of > > a full printf() might be

Re: [U-Boot] [PATCH 043/126] spl: Allow tiny printf() to be controlled in SPL and TPL

2019-10-05 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > At present there is only one control for this and it is used for both SPL > and TPL. But SPL might have a lot more space than TPL so the extra cost of > a full printf() might be acceptable. > > Split the option into two, providing separate

[U-Boot] [PATCH 043/126] spl: Allow tiny printf() to be controlled in SPL and TPL

2019-09-25 Thread Simon Glass
At present there is only one control for this and it is used for both SPL and TPL. But SPL might have a lot more space than TPL so the extra cost of a full printf() might be acceptable. Split the option into two, providing separate SPL and TPL controls. The TPL setting defaults to the same as