common: Drop CONFIG_HAS_POST
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:44:51 +0000 (10:44 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jan 2020 18:26:51 +0000 (13:26 -0500)
commit50fbd5c8df9730ca93d83a6b2dd6bbb2584ac009
tree7eeefb7454399a38d49600533b601725cf0f54fd
parentbd21f66249b3ca09a905011c52ec2fe77c109f97
common: Drop CONFIG_HAS_POST

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 <sjg@chromium.org>
Makefile
include/common.h