commit | 72fc26450493335ae191afdfcbbbb328b1df6b4d | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Dec 04 10:03:57 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 23 10:09:42 2022 -0500 |
tree | 0f1bd302e911b1d41aeb900ce2178066f0ae80c6 | |
parent | 452e33efa8c98c5fa3bb11d1a8b66966df253cdc [diff] [blame] |
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>
diff --git a/README b/README index a278825..8408676 100644 --- a/README +++ b/README
@@ -1018,7 +1018,7 @@ 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.