summaryrefslogtreecommitdiffstats
path: root/board/mpl/common/common_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/mpl/common/common_util.h')
-rw-r--r--board/mpl/common/common_util.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/mpl/common/common_util.h b/board/mpl/common/common_util.h
index bcc79229f1..8f2ec03f6e 100644
--- a/board/mpl/common/common_util.h
+++ b/board/mpl/common/common_util.h
@@ -31,10 +31,8 @@ typedef struct {
} backup_t;
void get_backup_values(backup_t *buf);
-int switch_cs(unsigned char boot);
+
#if defined(CONFIG_PIP405) || defined(CONFIG_MIP405)
-int get_boot_mode(void);
-void setup_cs_reloc(void);
#define BOOT_MPS 0x01
#define BOOT_PCI 0x02
#endif
OpenPOWER on IntegriCloud