commit | a4d9fd19b448ab8015d0fe72379ae22ab5b63dec | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 05 15:40:19 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 10 07:41:39 2023 -0500 |
tree | 452745fd350a8c20549621d9ac629de7c3d68ca1 | |
parent | 8e05bb1422b41bdc95e4a2d38721ffcb8fafcb04 [diff] |
Correct SPL uses of NEEDS_MANUAL_RELOC This converts 3 usages of this option to the non-SPL form, since there is no SPL_NEEDS_MANUAL_RELOC defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>