[U-Boot] TPL max size for RK3288 ?

Hey,
So I was playing with how to make our linker scripts more re-usable and have the kinds of link error on excessive size checks that we find really useful to avoid introducing run time failures, and I found something. On rk3288 we don't size TPL_MAX_SIZE, only for rk3368. Is there a reasonable one to set here? Thanks!

Hi Tom,
On 01/19/2019 06:54 AM, Tom Rini wrote:
Hey,
So I was playing with how to make our linker scripts more re-usable and have the kinds of link error on excessive size checks that we find really useful to avoid introducing run time failures, and I found something. On rk3288 we don't size TPL_MAX_SIZE, only for rk3368. Is there a reasonable one to set here? Thanks!
We did not enable TPL for rk3288 at first, and now there already one rk3288 board using TPL, so it's reasonable to use TPL_MAX_SIZE for rk3288.
rk3288's TPL_MAX_SIZE is 32768.
Thanks, - Kever
participants (2)
-
Kever Yang
-
Tom Rini