diff options
author | Stefan Roese <sr@denx.de> | 2008-03-05 17:22:06 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-03-05 17:22:06 +0100 |
commit | 218892d12a1b68059ddb7b463a2b42e8406d4e85 (patch) | |
tree | 2f039a80af14c6cf487d12178eff2fefe94a60a6 /board/tqm834x/tqm834x.c | |
parent | e85e2fa85ec09a6fac2846d1d881d8737e2bbda9 (diff) | |
parent | 334fb53514f7fa5e84ac09cc4636b468aa7ba41c (diff) | |
download | u-boot-imx-218892d12a1b68059ddb7b463a2b42e8406d4e85.zip u-boot-imx-218892d12a1b68059ddb7b463a2b42e8406d4e85.tar.gz u-boot-imx-218892d12a1b68059ddb7b463a2b42e8406d4e85.tar.bz2 |
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
Diffstat (limited to 'board/tqm834x/tqm834x.c')
-rw-r--r-- | board/tqm834x/tqm834x.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/tqm834x/tqm834x.c b/board/tqm834x/tqm834x.c index 7d0b055..aea985c 100644 --- a/board/tqm834x/tqm834x.c +++ b/board/tqm834x/tqm834x.c @@ -27,7 +27,6 @@ #include <mpc83xx.h> #include <asm/mpc8349_pci.h> #include <i2c.h> -#include <spd.h> #include <miiphy.h> #include <asm-ppc/mmu.h> #include <pci.h> @@ -59,7 +58,6 @@ int tqm834x_num_flash_banks; /* External definitions */ ulong flash_get_size (ulong base, int banknum); extern flash_info_t flash_info[]; -extern long spd_sdram (void); /* Local functions */ static int detect_num_flash_banks(void); |