1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-08 17:59:17 +01:00
Files
u-boot-megous/configs
Tuomas Tynkkynen a4fa811463 cmd: Make CONFIG_CMD_FPGA depend on CONFIG_FPGA
cmd/Makefile has:

ifdef CONFIG_FPGA
obj-$(CONFIG_CMD_FPGA) += fpga.o
endif

which means that if CONFIG_FPGA is not set, CONFIG_CMD_FPGA silently
does nothing. Let's remove that Makefile conditional and instead express
this equivalent dependency in Kconfig, so a lot of redundant

 # CONFIG_CMD_FPGA is not set

can be removed from board defconfigs that don't actually have an FPGA.

Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
2018-02-05 20:58:11 -05:00
..
2018-01-22 16:43:30 -05:00
2018-01-19 17:59:35 +03:00
2017-12-29 11:17:22 +01:00
2018-01-22 16:43:30 -05:00
2017-12-29 11:17:22 +01:00
2017-12-29 11:17:22 +01:00
2017-12-29 11:17:22 +01:00
2017-12-29 11:17:22 +01:00
2017-12-29 11:17:22 +01:00
2017-12-29 11:17:22 +01:00
2017-12-29 11:17:22 +01:00
2017-12-29 11:17:22 +01:00
2017-12-29 11:17:22 +01:00