diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-04 10:03:29 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-23 10:07:03 -0500 |
commit | f00f676af6bcae0702efbac45b88c1b8b686d400 (patch) | |
tree | ea7961a8c9138089d0dd5780882924b5a7f40765 /drivers/fpga/spartan2.c | |
parent | 7ee2f977b7913ac7c1eda11051fe7401ab73ab89 (diff) |
Convert CONFIG_SYS_FPGA_CHECK_BUSY to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_FPGA_CHECK_BUSY
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/fpga/spartan2.c')
-rw-r--r-- | drivers/fpga/spartan2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/fpga/spartan2.c b/drivers/fpga/spartan2.c index 57a4532f736..68971d93470 100644 --- a/drivers/fpga/spartan2.c +++ b/drivers/fpga/spartan2.c @@ -10,8 +10,6 @@ #include <log.h> #include <spartan2.h> /* Spartan-II device family */ -#undef CONFIG_SYS_FPGA_CHECK_BUSY - /* Note: The assumption is that we cannot possibly run fast enough to * overrun the device (the Slave Parallel mode can free run at 50MHz). * If there is a need to operate slower, define CONFIG_FPGA_DELAY in |