commit | 1e57cbbb2777d4e62a7c554fc4a83f2e3f3c443f | [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 | 667dd4fbc24b91a899c192a983d492e2d17058cc [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>