commit | 1f3a3679f565536e73e350643f22640fc95c3530 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 05 15:40:57 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 10 07:41:40 2023 -0500 |
tree | c49d20f515665afba6c962907fcd8a595d01351b | |
parent | 5b4d810de73cea31768dfd282667d81243f3d7b9 [diff] |
Correct SPL use of SYS_MEM_RSVD_FOR_MMU This converts 1 usage of this option to the non-SPL form, since there is no SPL_SYS_MEM_RSVD_FOR_MMU defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>