diff options
author | Wolfgang Denk <wd@denx.de> | 2008-07-13 14:45:06 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-13 14:45:06 +0200 |
commit | a0b4dc2063c2dfb9b411d0fd0692167c9f7f5e42 (patch) | |
tree | 72a005044402e1efdf4fb222613dbadc12274221 /board/ads5121/ads5121.c | |
parent | c90d115913a921c7548ad6eaaa0e13d4f484334c (diff) | |
parent | d8eb5cf9a76263cf9c1e2038fd8f8cab28a8ed17 (diff) | |
download | u-boot-imx-a0b4dc2063c2dfb9b411d0fd0692167c9f7f5e42.zip u-boot-imx-a0b4dc2063c2dfb9b411d0fd0692167c9f7f5e42.tar.gz u-boot-imx-a0b4dc2063c2dfb9b411d0fd0692167c9f7f5e42.tar.bz2 |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'board/ads5121/ads5121.c')
-rw-r--r-- | board/ads5121/ads5121.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/ads5121/ads5121.c b/board/ads5121/ads5121.c index d5cee64..2332912 100644 --- a/board/ads5121/ads5121.c +++ b/board/ads5121/ads5121.c @@ -23,6 +23,7 @@ #include <common.h> #include <mpc512x.h> +#include "iopin.h" #include <asm/bitops.h> #include <command.h> #include <fdt_support.h> @@ -49,6 +50,8 @@ #define CSAW_START(start) ((start) & 0xFFFF0000) #define CSAW_STOP(start, size) (((start) + (size) - 1) >> 16) +extern void ads5121_diu_init(void); + long int fixed_sdram(void); int board_early_init_f (void) |