diff options
| author | Tom Rini <[email protected]> | 2023-01-10 11:19:37 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-01-20 12:27:06 -0500 |
| commit | 8fe042be9aaef8898cf2a0de44d679b41d81da67 (patch) | |
| tree | 67d188537a683c070d7bb2df98c81f12f1dddeb9 /include | |
| parent | 2d1e2e5717669d91f527866465da81e0f9e65c32 (diff) | |
fpga: Migrate CONFIG_MAX_FPGA_DEVICES to Kconfig
This is always defined to 5, so use that as the default.
Cc: Michal Simek <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Michal Simek <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/fpga.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/fpga.h b/include/fpga.h index a4e16401da7..ed688cc0fa3 100644 --- a/include/fpga.h +++ b/include/fpga.h @@ -9,10 +9,6 @@ #ifndef _FPGA_H_ #define _FPGA_H_ -#ifndef CONFIG_MAX_FPGA_DEVICES -#define CONFIG_MAX_FPGA_DEVICES 5 -#endif - /* fpga_xxxx function return value definitions */ #define FPGA_SUCCESS 0 #define FPGA_FAIL 1 |
