commit | 6324cce103e667f0a8f722edcb65a777bd85ada9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 15 18:43:57 2018 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 26 08:25:34 2018 -0500 |
tree | a90ae484003a4c6f9063f602fdb3e5df29186f42 | |
parent | dbd3f1194d597d2df31c554e3cc11a6b31a36d99 [diff] |
spl: Make SPL_DISABLE_BANNER_PRINT a positive option Rather than having a negative option, make this a positive option and enable it by default. This makes it easier to understand. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Simon Glass <sjg@chromium.org>