commit | 952cc38725775ce4a7c010ccbd767de463b84268 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Dec 04 10:14:13 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 23 10:15:13 2022 -0500 |
tree | 9fac1da2ae69ad7aad9a1c9c649076bf78112c4b | |
parent | a0d59a1e592b7646c36989df16b7c8814d34e4fc [diff] |
kbuild: Remove uncmd_spl logic At this point in the conversion there should be no need to have logic to disable some symbol during the SPL build as all symbols should have an SPL counterpart. The main real changes done here are that we now must make proper use of CONFIG_IS_ENABLED(DM_SERIAL) rather than many of the odd tricks we developed prior to CONFIG_IS_ENABLED() being available. Signed-off-by: Tom Rini <trini@konsulko.com>