diff options
author | Wolfgang Denk <wd@denx.de> | 2010-04-27 22:57:41 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-04-27 22:57:41 +0200 |
commit | c303176aa0cf8c5fc38e7c2d5e181e89cca72ef6 (patch) | |
tree | cfac3ea66f6977c3875dbb091370ee8483e462cb /board/freescale/mpc837xemds/pci.c | |
parent | c88d6ab19ffab06f372b15c290bdf5d6f1ebfe9a (diff) | |
parent | 7e1afb62a7e68843248b9a76a265c9193e716768 (diff) | |
download | u-boot-imx-c303176aa0cf8c5fc38e7c2d5e181e89cca72ef6.zip u-boot-imx-c303176aa0cf8c5fc38e7c2d5e181e89cca72ef6.tar.gz u-boot-imx-c303176aa0cf8c5fc38e7c2d5e181e89cca72ef6.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'board/freescale/mpc837xemds/pci.c')
-rw-r--r-- | board/freescale/mpc837xemds/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc837xemds/pci.c b/board/freescale/mpc837xemds/pci.c index 6b7b8b2..82f34f8 100644 --- a/board/freescale/mpc837xemds/pci.c +++ b/board/freescale/mpc837xemds/pci.c @@ -18,7 +18,7 @@ #include <i2c.h> #include <fdt_support.h> #include <asm/fsl_i2c.h> -#include <asm/fsl_serdes.h> +#include <asm/fsl_mpc83xx_serdes.h> static struct pci_region pci_regions[] = { { |