diff options
author | Simon Glass <sjg@chromium.org> | 2021-08-08 12:20:15 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-04 12:26:02 -0400 |
commit | de213c71a323ea823e21c72c3480c1931dcb3b44 (patch) | |
tree | b2231d3d2fcf2432a8ec77e671d0ec8e3326b621 /drivers/Makefile | |
parent | ea2ca7e17ecfaeef010f8f60d05599da0fd6a519 (diff) | |
download | u-boot-de213c71a323ea823e21c72c3480c1931dcb3b44.zip u-boot-de213c71a323ea823e21c72c3480c1931dcb3b44.tar.gz u-boot-de213c71a323ea823e21c72c3480c1931dcb3b44.tar.bz2 |
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>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 8d2d813..c53bf0d 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -37,7 +37,6 @@ ifndef CONFIG_TPL_BUILD ifdef CONFIG_SPL_BUILD obj-$(CONFIG_SPL_BOOTCOUNT_LIMIT) += bootcount/ -obj-$(CONFIG_SPL_CACHE_SUPPORT) += cache/ obj-$(CONFIG_SPL_CPU) += cpu/ obj-$(CONFIG_SPL_CRYPTO) += crypto/ obj-$(CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT) += ddr/fsl/ |