commit | 88d86ecc4c0f49e90d78086b6e193b19f8efa219 | [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 | 775168e1bacfbd79d16f6f9e1cf81b7e4f66eae3 [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.