aboutsummaryrefslogtreecommitdiff
path: root/stm-fpgacfg.h
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2016-05-21 13:16:58 +0200
committerFredrik Thulin <fredrik@thulin.net>2016-05-21 13:16:58 +0200
commit3d16ad028d69acc581095430d20463ed66f65779 (patch)
treefcc475d12213bdd24f5b5e0071750e4c78b93e5a /stm-fpgacfg.h
parent8204c137d39d936da4fb4f2dc13ed56d0bcec5e5 (diff)
Add code to access the keystore memory (SPI flash).
Diffstat (limited to 'stm-fpgacfg.h')
-rw-r--r--stm-fpgacfg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/stm-fpgacfg.h b/stm-fpgacfg.h
index 367aa3d..0d5eeb9 100644
--- a/stm-fpgacfg.h
+++ b/stm-fpgacfg.h
@@ -69,8 +69,7 @@
gpio_output(FPGA_INIT_Port, FPGA_INIT_Pin, GPIO_PIN_RESET); \
gpio_output(FPGA_PROGRAM_Port, FPGA_PROGRAM_Pin, GPIO_PIN_SET); \
/* Configure FPGA_DONE input pin */ \
- //gpio_input(FPGA_DONE_Port, FPGA_DONE_Pin, GPIO_PULLUP) \
- 1
+ gpio_input(FPGA_DONE_Port, FPGA_DONE_Pin, GPIO_PULLUP)
enum fpgacfg_access_ctrl {