diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2013-02-15 17:46:50 -0600 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2013-02-15 17:46:50 -0600 |
commit | 9a82b10c6657c5744802971036bb564ebc660291 (patch) | |
tree | b276e71216b06494aa78d45d740b66e31c566233 /arch/powerpc/cpu/mpc8260/cpu.c | |
parent | 9a32084ea0cf55d22384f083002ee9932e074f31 (diff) | |
parent | 9f024f62e4604274a23213dcee30016092e32e7b (diff) | |
download | u-boot-imx-9a82b10c6657c5744802971036bb564ebc660291.zip u-boot-imx-9a82b10c6657c5744802971036bb564ebc660291.tar.gz u-boot-imx-9a82b10c6657c5744802971036bb564ebc660291.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot
Diffstat (limited to 'arch/powerpc/cpu/mpc8260/cpu.c')
-rw-r--r-- | arch/powerpc/cpu/mpc8260/cpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc8260/cpu.c b/arch/powerpc/cpu/mpc8260/cpu.c index 220c1e2..f8bc5a9 100644 --- a/arch/powerpc/cpu/mpc8260/cpu.c +++ b/arch/powerpc/cpu/mpc8260/cpu.c @@ -50,7 +50,6 @@ #if defined(CONFIG_OF_LIBFDT) #include <libfdt.h> -#include <libfdt_env.h> #include <fdt_support.h> #endif |