projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f85a271
)
Correct CONFIG_CONTROLCENTERDC
author
Simon Glass
<sjg@chromium.org>
Wed, 1 Feb 2023 20:19:26 +0000
(13:19 -0700)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 Feb 2023 19:33:48 +0000
(14:33 -0500)
This option does not exist but presumably means to point to
CONFIG_TARGET_CONTROLCENTERDC. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
board/gdsys/common/Makefile
patch
|
blob
|
history
diff --git
a/board/gdsys/common/Makefile
b/board/gdsys/common/Makefile
index dd6d5e69de56c7000c5d3a6e7465413b53b3d7b9..553e2ca50ed8f2713975853794c8ac4033ac141f 100644
(file)
--- 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