commit | de3fd53bc1f70f4acc7cc99ff581852085332db4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 08 12:20:15 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Sep 04 12:26:02 2021 -0400 |
tree | b2231d3d2fcf2432a8ec77e671d0ec8e3326b621 | |
parent | a5820476f1937a0739745574461fc53b54cc2dd6 [diff] |
Rename CACHE_SUPPORT to CACHE Rename this option so that CONFIG_IS_ENABLED can be used with it. Oddly there is already an SPL_CACHE option. Drop it in favour of this one. Drop the special SPL Makefile rule which is now superfluous. Signed-off-by: Simon Glass <sjg@chromium.org>