summaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/flashrom.c b/flashrom.c
index c60b46e..a54348d 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -201,6 +201,16 @@ const struct programmer_entry programmer_table[] = {
},
#endif
+#if CONFIG_PONY_SPI == 1
+ {
+ .name = "pony_spi",
+ .init = pony_spi_init,
+ .map_flash_region = fallback_map,
+ .unmap_flash_region = fallback_unmap,
+ .delay = internal_delay,
+},
+#endif
+
#if CONFIG_NICINTEL == 1
{
.name = "nicintel",
OpenPOWER on IntegriCloud