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

2020-01-20 Thread Tom Rini
On Sat, Dec 28, 2019 at 10:44:51AM -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 Applied to u-boo

[PATCH v2 14/35] common: Drop CONFIG_HAS_POST

2019-12-28 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 --- Changes in v2: None Makefile | 4 +++- include/common.h | 4 2 files