aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-12 20:01:59 -0400
committerTom Rini <trini@konsulko.com>2022-06-28 17:11:48 -0400
commit60d45642fe0673514aced37e6cc95d4f0fe02a19 (patch)
tree24130a012188802a26d62369f4058478d32c123b /README
parent82e0b51ccba898e7240b2533b440ae9e534783e2 (diff)
downloadu-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--README4
1 files changed, 0 insertions, 4 deletions
diff --git a/README b/README
index dbb0d96..c1d516b 100644
--- a/README
+++ b/README
@@ -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.