Re: [U-Boot] [PATCH 045/126] spl: Add a size check for TPL

2019-10-11 Thread Simon Glass
Hi Simon, On Thu, 26 Sep 2019 at 06:23, Simon Goldschmidt wrote: > > Hi Simon, > > On Wed, Sep 25, 2019 at 5:36 PM Simon Glass wrote: > > > > 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 a

Re: [U-Boot] [PATCH 045/126] spl: Add a size check for TPL

2019-09-26 Thread Simon Goldschmidt
Hi Simon, On Wed, Sep 25, 2019 at 5:36 PM Simon Glass wrote: > > 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 > --- > > Makefile | 7 +++ >

[U-Boot] [PATCH 045/126] spl: Add a size check for TPL

2019-09-25 Thread Simon Glass
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 --- Makefile | 7 +++ common/spl/Kconfig | 8 2 files changed, 15 insertions(+) diff --git a