]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - nand_spl/nand_boot_fsl_nfc.c
Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"
[people/ms/u-boot.git] / nand_spl / nand_boot_fsl_nfc.c
index f4040a7cf9e8d4f42aafc3a997971e28ee9274b8..bfae30e4607fe36b09a3bd422e8ee429df073c51 100644 (file)
@@ -27,9 +27,9 @@
 #include <common.h>
 #include <nand.h>
 #ifdef CONFIG_MX31
-#include <asm-arm/arch/mx31-regs.h>
+#include <asm/arch/mx31-regs.h>
 #else
-#include <asm-arm/arch/imx-regs.h>
+#include <asm/arch/imx-regs.h>
 #endif
 #include <asm/io.h>
 #include <fsl_nfc.h>