diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-04 10:03:57 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-23 10:09:42 -0500 |
commit | 72fc26450493335ae191afdfcbbbb328b1df6b4d (patch) | |
tree | 0f1bd302e911b1d41aeb900ce2178066f0ae80c6 /README | |
parent | 452e33efa8c98c5fa3bb11d1a8b66966df253cdc (diff) | |
download | u-boot-72fc26450493335ae191afdfcbbbb328b1df6b4d.zip u-boot-72fc26450493335ae191afdfcbbbb328b1df6b4d.tar.gz u-boot-72fc26450493335ae191afdfcbbbb328b1df6b4d.tar.bz2 |
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-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |