commit | 00ba40fa3e507fd5bba9cb0fde71f17e3ecbb4c6 | [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 | 0ab3609061c90ed06f03171622894e54ff10f575 [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>