commit | 910feb50d40acdd38b3709050fbe6b650e8c4b9d | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Jun 10 22:59:38 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 28 17:11:48 2022 -0400 |
tree | a5c3ad3ffb6761477a9f2e8f9811dffc87c7a09d | |
parent | de47ff536363289f92f85ed1e4901724d238432d [diff] |
Globally remove most CONFIG_SPL_BUILD tests from config headers With the exception of how PowerPC handles SPL and TPL (which has its own issues), we cannot safely hide options under CONFIG_SPL_BUILD. Largely remove the places that have this test today. Signed-off-by: Tom Rini <trini@konsulko.com>