diff options
author | Detlev Zundel <dzu@denx.de> | 2008-06-30 15:35:34 +0200 |
---|---|---|
committer | Detlev Zundel <dzu@denx.de> | 2008-06-30 15:38:24 +0200 |
commit | a524e112b424c6843800ea2f19d3a8cf01d0aa94 (patch) | |
tree | 9bb267b7324e95dd56945f9f16f822a434d34024 /board/amirix/ap1000/serial.c | |
parent | 40777812316fc252c941665c0f60c148fd79d50f (diff) | |
parent | 745d8a0d3cea82e6d1753e14afb4588c34761b15 (diff) | |
download | u-boot-imx-a524e112b424c6843800ea2f19d3a8cf01d0aa94.zip u-boot-imx-a524e112b424c6843800ea2f19d3a8cf01d0aa94.tar.gz u-boot-imx-a524e112b424c6843800ea2f19d3a8cf01d0aa94.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
Diffstat (limited to 'board/amirix/ap1000/serial.c')
-rw-r--r-- | board/amirix/ap1000/serial.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/amirix/ap1000/serial.c b/board/amirix/ap1000/serial.c index 5e9e3a3..811f1aa 100644 --- a/board/amirix/ap1000/serial.c +++ b/board/amirix/ap1000/serial.c @@ -19,6 +19,7 @@ * */ +#include <asm/types.h> #include <asm/u-boot.h> #include <asm/processor.h> #include <common.h> |