summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plat/marvell/a8k/a70x0_pcac/board/marvell_plat_config.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/plat/marvell/a8k/a70x0_pcac/board/marvell_plat_config.c b/plat/marvell/a8k/a70x0_pcac/board/marvell_plat_config.c
index beced658..4d308cd0 100644
--- a/plat/marvell/a8k/a70x0_pcac/board/marvell_plat_config.c
+++ b/plat/marvell/a8k/a70x0_pcac/board/marvell_plat_config.c
@@ -178,17 +178,9 @@ struct pci_hw_cfg *plat_get_pcie_hw_data(void)
* SKIP IMAGE Configuration
******************************************************************************/
-struct skip_image skip_im = {
- .detection_method = GPIO,
- .info.gpio.num = 33,
- .info.gpio.button_state = HIGH,
- .info.test.cp_ap = CP,
- .info.test.cp_index = 0,
-};
-
void *plat_get_skip_image_data(void)
{
- /* Return the skip_image configurations */
- return &skip_im;
+ /* No recovery button on A7k-PCAC board */
+ return NULL;
}
#endif