Provide no-op probe function, always returning 1

Change-Id: Ic0567a0da29790dbde24c432f3f1d4d109156165
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/315
diff --git a/flashprog.c b/flashprog.c
index 2520d11..80e53b9 100644
--- a/flashprog.c
+++ b/flashprog.c
@@ -602,6 +602,11 @@
 	return ret;
 }
 
+int probe_noop(struct flashctx *flash)
+{
+	return 1;
+}
+
 static int init_default_layout(struct flashctx *flash)
 {
 	/* Fill default layout covering the whole chip. */