aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-01 13:20:03 -0700
committerTom Rini <trini@konsulko.com>2023-02-07 14:33:49 -0500
commitba9bb035a958328d3ff0f8d4ea4ddb46dea1c16b (patch)
tree086d63031a70d25672c34d7bfc9e66a99c0f7b40
parentc6c4ad28aacd955dac0b9c8c5ff3e6d555332495 (diff)
downloadu-boot-ba9bb035a958328d3ff0f8d4ea4ddb46dea1c16b.zip
u-boot-ba9bb035a958328d3ff0f8d4ea4ddb46dea1c16b.tar.gz
u-boot-ba9bb035a958328d3ff0f8d4ea4ddb46dea1c16b.tar.bz2
rmobile: Drop CONFIG_RMOBILE
This has been renamed to CONFIG_ARCH_RMOBILE but this one was left behind. It doesn't point to a directory that exists, so just drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--arch/arm/cpu/armv7/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/Makefile b/arch/arm/cpu/armv7/Makefile
index 7d79076..653eef8 100644
--- a/arch/arm/cpu/armv7/Makefile
+++ b/arch/arm/cpu/armv7/Makefile
@@ -37,7 +37,6 @@ obj-$(if $(filter bcm281xx,$(SOC)),y) += bcm281xx/
obj-$(if $(filter bcmcygnus,$(SOC)),y) += bcmcygnus/
obj-$(if $(filter bcmnsp,$(SOC)),y) += bcmnsp/
obj-$(if $(filter ls102xa,$(SOC)),y) += ls102xa/
-obj-$(CONFIG_RMOBILE) += rmobile/
obj-$(if $(filter stv0991,$(SOC)),y) += stv0991/
obj-$(CONFIG_ARCH_SUNXI) += sunxi/
obj-$(CONFIG_VF610) += vf610/