aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-01 13:20:05 -0700
committerTom Rini <trini@konsulko.com>2023-02-07 14:33:49 -0500
commitdbcbbfd725751a44ad756d018b4be3c785564b11 (patch)
treef3a97754ff5e0e52fdb7a4d5b488b2c29379b9d5
parent2cf16adac9aa1d922b7511fc77f43c1a2bfb3488 (diff)
downloadu-boot-dbcbbfd725751a44ad756d018b4be3c785564b11.zip
u-boot-dbcbbfd725751a44ad756d018b4be3c785564b11.tar.gz
u-boot-dbcbbfd725751a44ad756d018b4be3c785564b11.tar.bz2
mtd: Drop unused CONFIG_S32V234
This option does not exist, so the Makefile rule does nothing. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--arch/arm/cpu/armv8/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv8/Makefile b/arch/arm/cpu/armv8/Makefile
index 2e4bf9e..bba4f57 100644
--- a/arch/arm/cpu/armv8/Makefile
+++ b/arch/arm/cpu/armv8/Makefile
@@ -39,7 +39,6 @@ obj-$(CONFIG_SPL_RECOVER_DATA_SECTION) += spl_data.o
endif
obj-$(CONFIG_FSL_LAYERSCAPE) += fsl-layerscape/
-obj-$(CONFIG_S32V234) += s32v234/
obj-$(CONFIG_TARGET_HIKEY) += hisilicon/
obj-$(CONFIG_ARMV8_PSCI) += psci.o
obj-$(CONFIG_TARGET_BCMNS3) += bcmns3/