summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-04-10 20:01:32 -0600
committerTom Rini <trini@ti.com>2014-05-29 17:49:33 -0400
commit9272a9b4f637347267329c7dc48712ea6c31feaa (patch)
treea6fd18846dc2376dc221bd3a903c36fc4c868177 /include/common.h
parentb26440f1fa243396000536028ea00e5e185b6b6a (diff)
downloadblackbird-obmc-uboot-9272a9b4f637347267329c7dc48712ea6c31feaa.tar.gz
blackbird-obmc-uboot-9272a9b4f637347267329c7dc48712ea6c31feaa.zip
m68k: powerpc: Clean up do_mdm_init
This code seems unnecessarily complex. We really just need to check the global_data. Now that is it all in one place, and not arch-specific, this is pretty easy. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 91745cf790..3473ee50ef 100644
--- a/include/common.h
+++ b/include/common.h
@@ -299,6 +299,7 @@ extern ulong monitor_flash_len;
int mac_read_from_eeprom(void);
extern u8 __dtb_dt_begin[]; /* embedded device tree blob */
int set_cpu_clk_info(void);
+int mdm_init(void);
#if defined(CONFIG_DISPLAY_CPUINFO)
int print_cpuinfo(void);
#else
OpenPOWER on IntegriCloud