spl: Add a size check for TPL
authorSimon Glass <sjg@chromium.org>
Mon, 21 Oct 2019 03:31:52 +0000 (21:31 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Sat, 2 Nov 2019 23:20:27 +0000 (07:20 +0800)
commitc52b5e8e2ce7f4cd3a9116083debd27ef23046d7
treeb2df31559c67551c5fe3f04749e9a6d322fac32b
parent63473ee8c5c570b38b757ba7bb8e25585d7917d8
spl: Add a size check for TPL

We have the ability to enforce a maximum size for SPL but not yet for TPL.
Add a new option for this.

Document the size check macro while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Makefile
common/spl/Kconfig