summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:03:57 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:09:42 -0500
commit72fc26450493335ae191afdfcbbbb328b1df6b4d (patch)
tree0f1bd302e911b1d41aeb900ce2178066f0ae80c6 /README
parent452e33efa8c98c5fa3bb11d1a8b66966df253cdc (diff)
global: Migrate CONFIG_FPGA_DELAY to CFG
Perform a simple rename of CONFIG_FPGA_DELAY to CFG_FPGA_DELAY Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index a278825bbc..84086764d8 100644
--- a/README
+++ b/README
@@ -1018,7 +1018,7 @@ The following options need to be configured:
will require a board or device specific function to
be written.
- CONFIG_FPGA_DELAY
+ CFG_FPGA_DELAY
If defined, a function that provides delays in the FPGA
configuration driver.