aboutsummaryrefslogtreecommitdiff
path: root/configs/omap3_evm_defconfig
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2023-11-04 16:37:47 -0400
committerTom Rini <trini@konsulko.com>2023-11-16 12:43:48 -0500
commitb35df87ae5c812d09c82e3c329b01275ab5bd41b (patch)
tree41e46c1c82463b411220b1ec38ed94e2ce996e5f /configs/omap3_evm_defconfig
parentbd9573c11cbae91ddfea2628bacf504dfa18d11a (diff)
downloadu-boot-b35df87ae5c812d09c82e3c329b01275ab5bd41b.zip
u-boot-b35df87ae5c812d09c82e3c329b01275ab5bd41b.tar.gz
u-boot-b35df87ae5c812d09c82e3c329b01275ab5bd41b.tar.bz2
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 <seanga2@gmail.com>
Diffstat (limited to 'configs/omap3_evm_defconfig')
-rw-r--r--configs/omap3_evm_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/omap3_evm_defconfig b/configs/omap3_evm_defconfig
index 3434783..93427f3 100644
--- a/configs/omap3_evm_defconfig
+++ b/configs/omap3_evm_defconfig
@@ -22,7 +22,7 @@ CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_SPL_SYS_MALLOC=y
CONFIG_SPL_SYS_MALLOC_SIZE=0x800000
# CONFIG_SPL_FS_EXT4 is not set
-CONFIG_SPL_MTD_SUPPORT=y
+CONFIG_SPL_MTD=y
CONFIG_SPL_NAND_DRIVERS=y
CONFIG_SPL_NAND_ECC=y
CONFIG_SPL_NAND_SIMPLE=y