summaryrefslogtreecommitdiff
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/mpl/common/common_util.h b/board/mpl/common/common_util.h
index e81ee35..22f5c2e 100644
--- a/board/mpl/common/common_util.h
+++ b/board/mpl/common/common_util.h
@@ -17,12 +17,10 @@ extern flash_info_t flash_info[]; /* info for FLASH chips */
void get_backup_values(backup_t *buf);
-#if defined(CONFIG_PIP405) || defined(CONFIG_MIP405)
#define BOOT_MPS 0x01
#define BOOT_PCI 0x02
int get_boot_mode(void);
void setup_cs_reloc(void);
-#endif
void check_env(void);
#if defined(CONFIG_CMD_DOC)