summaryrefslogtreecommitdiffstats
path: root/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'spi.c')
-rw-r--r--spi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/spi.c b/spi.c
index aaf7d88..e1ab2ea 100644
--- a/spi.c
+++ b/spi.c
@@ -335,6 +335,9 @@ int probe_spi_rdid4(struct flashchip *flash)
#if BUSPIRATE_SPI_SUPPORT == 1
case SPI_CONTROLLER_BUSPIRATE:
#endif
+#if DEDIPROG_SUPPORT == 1
+ case SPI_CONTROLLER_DEDIPROG:
+#endif
return probe_spi_rdid_generic(flash, 4);
default:
printf_debug("4b ID not supported on this SPI controller\n");
OpenPOWER on IntegriCloud