commit | cf9bdccf7a220bfe836fa9af3ace749291a49742 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:44:50 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 13:26:51 2020 -0500 |
tree | 03a2dc75210f65b1572411c07663e949733d16ba | |
parent | b8b1df30219aa43170eb143f086acdb8c9bebff1 [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>