diff options
| author | John Keeping <[email protected]> | 2021-05-19 15:05:53 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-07-23 07:13:24 -0400 |
| commit | 674afa6b3588dafe02b99406278ed81216fbefcb (patch) | |
| tree | 269290d8969172427c90acf359216b31db5396d4 /scripts | |
| parent | 4906d698d3960b70cf8000299da35412efd4f51d (diff) | |
spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL)
It's possible that LOAD_FIT_FULL will have different values for TPL and
SPL, in which case just checking CONFIG_SPL_LOAD_FIT_FULL causes this to
be compiled in to the TPL even though functions and struct members it
depends on are not.
Use CONFIG_IS_ENABLED() to ensure the correct TPL/SPL variant is
checked.
Signed-off-by: John Keeping <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
