summaryrefslogtreecommitdiffstats
path: root/nand_spl/nand_boot_fsl_nfc.c
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2010-04-12 22:28:07 -0500
committerWolfgang Denk <wd@denx.de>2010-04-13 09:13:04 +0200
commit61f2b38a17f5b21c59f2afe6cf1cbb5f28638cf9 (patch)
tree1e9ace3a9e030f0fd07fbbca663c148c195f0a3d /nand_spl/nand_boot_fsl_nfc.c
parent0de71d507157c4bd4fddcd3a419140d2b986eed2 (diff)
downloadblackbird-obmc-uboot-61f2b38a17f5b21c59f2afe6cf1cbb5f28638cf9.tar.gz
blackbird-obmc-uboot-61f2b38a17f5b21c59f2afe6cf1cbb5f28638cf9.zip
Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"
The appropriate include/asm-$ARCH directory should already by symlinked to include/asm so using the whole "asm-$ARCH" path is unnecessary. This change should also allow us to move the include/asm-$ARCH directories into their appropriate lib/$ARCH/ directories. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'nand_spl/nand_boot_fsl_nfc.c')
-rw-r--r--nand_spl/nand_boot_fsl_nfc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nand_spl/nand_boot_fsl_nfc.c b/nand_spl/nand_boot_fsl_nfc.c
index f4040a7cf9..bfae30e460 100644
--- a/nand_spl/nand_boot_fsl_nfc.c
+++ b/nand_spl/nand_boot_fsl_nfc.c
@@ -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>
OpenPOWER on IntegriCloud