commit | ff75687df20a0f8a338b0c2230decdbfb4e8b6bf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:44:50 2019 -0700 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Fri Jan 24 23:06:48 2020 +0530 |
tree | 783a130b1eaf4050422f52f1f99ed855d3e46627 | |
parent | 5520e3f3b4009daec16a32c9b00c2b81ac0fa275 [diff] |
common: Drop CONFIG_POST_STD/ALT_LIST These CONFIG options are not used anymore. CONFIG_POST_ALT_LIST just causes CONFIG_POST_STD_LIST to be set and it causes tests.c to be compiled. So just make compiling tests.c unconditional. Signed-off-by: Simon Glass <sjg@chromium.org>