Re: [U-Boot] [PATCH 01/12] spl: separate SPL_FRAMEWORK config for spl and tpl

2019-10-24 Thread Kever Yang
Heiko, On 2019/10/25 上午7:27, Heiko Stuebner wrote: From: Heiko Stuebner Right now enabling SPL_FRAMEWORK will also enable it for the TPL in all cases, making the TPL bigger. There may be cases where the TPL is really size constrained due to its underlying ram size. Therefore introduce a new

[U-Boot] [PATCH 01/12] spl: separate SPL_FRAMEWORK config for spl and tpl

2019-10-24 Thread Heiko Stuebner
From: Heiko Stuebner Right now enabling SPL_FRAMEWORK will also enable it for the TPL in all cases, making the TPL bigger. There may be cases where the TPL is really size constrained due to its underlying ram size. Therefore introduce a new TPL_FRAMEWORK option and make the relevant