summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-01 13:19:26 -0700
committerTom Rini <trini@konsulko.com>2023-02-07 14:33:48 -0500
commit5d409d45df56ccc3fa5a143fbc0d2017a7d98a61 (patch)
tree2b483edd4b2df4c2d31114dc45295f3d1ce91bb2
parentf85a271cf3cd15644cf6d6d663c256664a6e52aa (diff)
Correct CONFIG_CONTROLCENTERDC
This option does not exist but presumably means to point to CONFIG_TARGET_CONTROLCENTERDC. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--board/gdsys/common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gdsys/common/Makefile b/board/gdsys/common/Makefile
index dd6d5e69de..553e2ca50e 100644
--- a/board/gdsys/common/Makefile
+++ b/board/gdsys/common/Makefile
@@ -5,7 +5,7 @@
obj-$(CONFIG_SYS_FPGA_COMMON) += fpga.o
obj-$(CONFIG_CMD_IOLOOP) += cmd_ioloop.o
-obj-$(CONFIG_CONTROLCENTERD) += dp501.o
+obj-$(CONFIG_TARGET_CONTROLCENTERDC) += dp501.o
obj-$(CONFIG_TARGET_GAZERBEAM) += osd.o ihs_mdio.o ioep-fpga.o
ifdef CONFIG_OSD