aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/virtex2.c
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2022-07-21 15:31:21 +0200
committerMichal Simek <michal.simek@amd.com>2022-07-26 08:39:43 +0200
commite8ffc1dfcb1b4a7465ae7ec2b45569f0f27ff501 (patch)
treee693a327d38c0b6642c9770e06b4ace70c6be612 /drivers/fpga/virtex2.c
parent5f53e534ac15ad63ee530a43536b8da6c30cd36d (diff)
fpga: Convert SYS_FPGA_CHECK_CTRLC to Kconfig
After commit 8cca60a2cbf2 ("Kconfig: Remove some symbols from the whitelist") downstream builds failed for boards setting this in include/configs/… Signed-off-by: Alexander Dahl <ada@thorsis.com> Link: https://lore.kernel.org/r/20220721133122.32428-2-ada@thorsis.com Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'drivers/fpga/virtex2.c')
-rw-r--r--drivers/fpga/virtex2.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/fpga/virtex2.c b/drivers/fpga/virtex2.c
index b3e0537bab..0fd2290e3d 100644
--- a/drivers/fpga/virtex2.c
+++ b/drivers/fpga/virtex2.c
@@ -46,13 +46,6 @@
#endif
/*
- * Don't allow config cycle to be interrupted
- */
-#ifndef CONFIG_SYS_FPGA_CHECK_CTRLC
-#undef CONFIG_SYS_FPGA_CHECK_CTRLC
-#endif
-
-/*
* Check for errors during configuration by default
*/
#ifndef CONFIG_SYS_FPGA_CHECK_ERROR