summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-03-17 17:41:56 +0100
committerWolfgang Denk <wd@pollux.denx.de>2006-03-17 17:41:56 +0100
commit0a112d8696dcffdf87a7066e2dade1eacbdd80d9 (patch)
tree86f83dc1ad77177294d23499aadbe8db69bfdb54 /include/common.h
parent09e4b0c5d3881412519f33d498560a5bbcc82cd9 (diff)
parentdc9e499c620a590e0f906e807e24c85807af3338 (diff)
downloadu-boot-imx-0a112d8696dcffdf87a7066e2dade1eacbdd80d9.zip
u-boot-imx-0a112d8696dcffdf87a7066e2dade1eacbdd80d9.tar.gz
u-boot-imx-0a112d8696dcffdf87a7066e2dade1eacbdd80d9.tar.bz2
Merge with port of MPC8349EMDS board
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index d2570a8..5d8b156 100644
--- a/include/common.h
+++ b/include/common.h
@@ -365,7 +365,8 @@ void trap_init (ulong);
defined (CONFIG_75x) || \
defined (CONFIG_74xx) || \
defined (CONFIG_MPC8220) || \
- defined(CONFIG_MPC85xx)
+ defined (CONFIG_MPC85xx) || \
+ defined (CONFIG_MPC83XX)
unsigned char in8(unsigned int);
void out8(unsigned int, unsigned char);
unsigned short in16(unsigned int);