summaryrefslogtreecommitdiff
path: root/board/mpl/common/common_util.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-09-19 21:55:34 -0400
committerTom Rini <trini@konsulko.com>2016-09-20 09:30:25 -0400
commitadf32adb706760b1c527d0d4d6b4976b36f19338 (patch)
treee5cde6d5f66b5dd1521568f59a0a51a8b1bf19a4 /board/mpl/common/common_util.h
parenta4d88920e5d0b67a92f8041f5e0fac0ce027bb48 (diff)
PowerPC: Update MIP405/MIP405T to use Kconfig better
Convert CONFIG_MIP405T from SYS_EXTRA_OPTIONS to a real config There are two boards, MIP405 and MIP405T that have a few differences. Start by checking for CONFIG_TARGET_MIP405. Then introduce CONFIG_TARGET_MIP405T and use that not CONFIG_MIP405T. Next, convert also convert the usage of CONFIG_ISO_STRING to be based on Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com>
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 e81ee35eb8..22f5c2e6d8 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)