diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-12 20:01:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-28 17:11:48 -0400 |
commit | 60d45642fe0673514aced37e6cc95d4f0fe02a19 (patch) | |
tree | 24130a012188802a26d62369f4058478d32c123b /README | |
parent | 82e0b51ccba898e7240b2533b440ae9e534783e2 (diff) | |
download | u-boot-60d45642fe0673514aced37e6cc95d4f0fe02a19.zip u-boot-60d45642fe0673514aced37e6cc95d4f0fe02a19.tar.gz u-boot-60d45642fe0673514aced37e6cc95d4f0fe02a19.tar.bz2 |
fpga: Remove CONFIG_FPGA_COUNT
This define is only currently used in a single board, and always set to
one. Define this within the board code and remove other references.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1350,10 +1350,6 @@ The following options need to be configured: Enables support for FPGA family. (SPARTAN2, SPARTAN3, VIRTEX2, CYCLONE2, ACEX1K, ACEX) - CONFIG_FPGA_COUNT - - Specify the number of FPGA devices to support. - CONFIG_SYS_FPGA_PROG_FEEDBACK Enable printing of hash marks during FPGA configuration. |