summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-05-18 11:20:02 +0200
committerStefan Roese <sr@denx.de>2007-05-18 11:20:02 +0200
commitee96088ca59d871ec096aefce04b741d1b02cb30 (patch)
tree6a97720507c4bbd57ec5f6a8faf09e0971e5449d /include/common.h
parentada4697d0230d6da552867777f98a67ec3ba2579 (diff)
parent70124c2602ae2d4c5d3dba05b482d91548242de8 (diff)
downloadblackbird-obmc-uboot-ee96088ca59d871ec096aefce04b741d1b02cb30.tar.gz
blackbird-obmc-uboot-ee96088ca59d871ec096aefce04b741d1b02cb30.zip
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index b162dbd7cf..3c4b37b0dc 100644
--- a/include/common.h
+++ b/include/common.h
@@ -402,6 +402,10 @@ void ppcDcbi(unsigned long value);
void ppcSync(void);
void ppcDcbz(unsigned long value);
#endif
+#if defined (CONFIG_MICROBLAZE)
+unsigned short in16(unsigned int);
+void out16(unsigned int, unsigned short value);
+#endif
#if defined (CONFIG_MPC83XX)
void ppcDWload(unsigned int *addr, unsigned int *ret);
@@ -440,8 +444,6 @@ int sdram_adjust_866 (void);
int adjust_sdram_tbs_8xx (void);
#if defined(CONFIG_8260)
int prt_8260_clks (void);
-#elif defined(CONFIG_MPC83XX)
-int print_clock_conf(void);
#elif defined(CONFIG_MPC5xxx)
int prt_mpc5xxx_clks (void);
#endif
OpenPOWER on IntegriCloud