app: aboot: Do normal boot when the power off reason is reset

When KPDPWR_AND_RESIN is in poff reason1 and resin by S3,it means
it is a force resin triggered by user. It is required to do normal
boot in this case.

CRs-Fixed: 689864
Change-Id: I7e86a54297a51159ecd2cc1dad9e56592e4b42c1
diff --git a/include/target.h b/include/target.h
index c7c05db..ba95cbb 100644
--- a/include/target.h
+++ b/include/target.h
@@ -59,6 +59,7 @@
 void target_load_ssd_keystore(void);
 bool target_is_ssd_enabled(void);
 void *target_mmc_device();
+uint32_t is_user_force_reset(void);
 
 bool target_display_panel_node(char *panel_name, char *pbuf,
 	uint16_t buf_size);