commit | 82e26e0d6883673bdedbcdb0ddd4bc967ce6ce70 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:16 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:11 2023 -0400 |
tree | 2e89f03140db4e7818f83cc492a1040fc9ae69a3 | |
parent | be2abe73df58a35da9e8d5afb13fccdf1b0faa8e [diff] |
spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... We like to put the SPL first so it is clear that it relates to SPL. Rename various malloc-related options which have crept in, to stick to this convention. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Martyn Welch <martyn.welch@collabora.com> Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com>