Re: [PATCH 14/35] common: Drop CONFIG_HAS_POST

2020-01-10 Thread Tom Rini
On Fri, Dec 27, 2019 at 09:42:04AM -0700, Simon Glass wrote: > Hi Tom, > > On Thu, 12 Dec 2019 at 06:59, Tom Rini wrote: > > > > On Wed, Dec 11, 2019 at 05:47:33PM -0700, Simon Glass wrote: > > > This only exists to control whether the post/ directory is build. It is > > > just as easy to check t

Re: [PATCH 14/35] common: Drop CONFIG_HAS_POST

2019-12-27 Thread Simon Glass
Hi Tom, On Thu, 12 Dec 2019 at 06:59, Tom Rini wrote: > > On Wed, Dec 11, 2019 at 05:47:33PM -0700, Simon Glass wrote: > > This only exists to control whether the post/ directory is build. It is > > just as easy to check this in the Makefile. Remove CONFIG_HAS_POST and use > > an ifdef in the Mak

Re: [PATCH 14/35] common: Drop CONFIG_HAS_POST

2019-12-12 Thread Tom Rini
On Wed, Dec 11, 2019 at 05:47:33PM -0700, Simon Glass wrote: > This only exists to control whether the post/ directory is build. It is > just as easy to check this in the Makefile. Remove CONFIG_HAS_POST and use > an ifdef in the Makefile instead. > > Signed-off-by: Simon Glass > --- > > Makefi

[PATCH 14/35] common: Drop CONFIG_HAS_POST

2019-12-11 Thread Simon Glass
This only exists to control whether the post/ directory is build. It is just as easy to check this in the Makefile. Remove CONFIG_HAS_POST and use an ifdef in the Makefile instead. Signed-off-by: Simon Glass --- Makefile | 4 +++- include/common.h | 4 2 files changed, 3 insertions