diff options
| author | Sean Anderson <[email protected]> | 2023-11-04 16:37:47 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-16 12:43:48 -0500 |
| commit | b35df87ae5c812d09c82e3c329b01275ab5bd41b (patch) | |
| tree | 41e46c1c82463b411220b1ec38ed94e2ce996e5f /drivers | |
| parent | bd9573c11cbae91ddfea2628bacf504dfa18d11a (diff) | |
mtd: Rename SPL_MTD_SUPPORT to SPL_MTD
Rename SPL_MTD_SUPPORT to SPL_MTD in order to match MTD. This allows using
CONFIG_IS_ENABLED to test for MTD support.
Signed-off-by: Sean Anderson <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile index c638980ea2b..c2fc80b10f0 100644 --- a/drivers/mtd/Makefile +++ b/drivers/mtd/Makefile @@ -31,7 +31,7 @@ obj-$(CONFIG_NVMXIP) += nvmxip/ else ifneq ($(mtd-y),) -obj-$(CONFIG_SPL_MTD_SUPPORT) += mtd.o +obj-$(CONFIG_SPL_MTD) += mtd.o endif obj-$(CONFIG_$(SPL_TPL_)NAND_SUPPORT) += nand/ obj-$(CONFIG_SPL_ONENAND_SUPPORT) += onenand/ |
