summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/spl_minimal.c
diff options
context:
space:
mode:
authorYork Sun <yorksun@freescale.com>2013-10-22 19:39:02 (GMT)
committerYork Sun <yorksun@freescale.com>2013-11-25 19:43:47 (GMT)
commit0b66513b2706e941b55ffc6ad5aa011e10e87960 (patch)
treee4b5097ccb350561124177b8f03cf9e643a08899 /arch/powerpc/cpu/mpc85xx/spl_minimal.c
parent00ec3fd21170e463e29723976d37f8ea2316f168 (diff)
downloadu-boot-fsl-qoriq-0b66513b2706e941b55ffc6ad5aa011e10e87960.tar.xz
Driver/IFC: Move Freescale IFC driver to a common driver
Freescale IFC controller has been used for mpc8xxx. It will be used for ARM-based SoC as well. This patch moves the driver to driver/misc and fix the header file includes. Signed-off-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/spl_minimal.c')
-rw-r--r--arch/powerpc/cpu/mpc85xx/spl_minimal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/spl_minimal.c b/arch/powerpc/cpu/mpc85xx/spl_minimal.c
index 199b33e..9e4c6c9 100644
--- a/arch/powerpc/cpu/mpc85xx/spl_minimal.c
+++ b/arch/powerpc/cpu/mpc85xx/spl_minimal.c
@@ -7,7 +7,7 @@
#include <common.h>
#include <asm/processor.h>
#include <asm/global_data.h>
-#include <asm/fsl_ifc.h>
+#include <fsl_ifc.h>
#include <asm/io.h>
DECLARE_GLOBAL_DATA_PTR;