diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2007-04-25 17:34:38 (GMT) |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2007-04-25 17:34:38 (GMT) |
commit | 5c5d3242935cf3543af01142627494434834cf98 (patch) | |
tree | 8c146a5d337b9a6c9c12ec0ca18f434210cf655b /cpu/mpc83xx | |
parent | 96b8a05432f346f36493535c85320b70ec9c7c1b (diff) | |
download | u-boot-fsl-qoriq-5c5d3242935cf3543af01142627494434834cf98.tar.xz |
mpc83xx: minor fixups for 8313rdb introduction
Diffstat (limited to 'cpu/mpc83xx')
-rw-r--r-- | cpu/mpc83xx/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mpc83xx/pci.c b/cpu/mpc83xx/pci.c index 2a2b0bd..785d612 100644 --- a/cpu/mpc83xx/pci.c +++ b/cpu/mpc83xx/pci.c @@ -25,6 +25,7 @@ #include <common.h> #include <pci.h> +#include <ft_build.h> #include <asm/mpc8349_pci.h> #ifdef CONFIG_83XX_GENERIC_PCI |