aboutsummaryrefslogtreecommitdiff
path: root/include/fpga.h
diff options
context:
space:
mode:
authorTom Rini2023-01-10 11:19:37 -0500
committerTom Rini2023-01-20 12:27:06 -0500
commit8fe042be9aaef8898cf2a0de44d679b41d81da67 (patch)
tree67d188537a683c070d7bb2df98c81f12f1dddeb9 /include/fpga.h
parent2d1e2e5717669d91f527866465da81e0f9e65c32 (diff)
fpga: Migrate CONFIG_MAX_FPGA_DEVICES to Kconfig
This is always defined to 5, so use that as the default. Cc: Michal Simek <michal.simek@amd.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'include/fpga.h')
-rw-r--r--include/fpga.h4
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