summaryrefslogtreecommitdiffstats
path: root/nand_spl/board/freescale/mpc8536ds/Makefile
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2012-08-17 16:17:50 -0500
committerScott Wood <scottwood@freescale.com>2012-11-26 15:41:22 -0600
commit8bc50f0b6d376c0d6280c9de625f04368892f4b4 (patch)
tree0092d59214213111691694c10eec4e7a04c98f03 /nand_spl/board/freescale/mpc8536ds/Makefile
parent7f0a22ff25f3b63d259e27a3702a5d10254e7165 (diff)
downloadblackbird-obmc-uboot-8bc50f0b6d376c0d6280c9de625f04368892f4b4.tar.gz
blackbird-obmc-uboot-8bc50f0b6d376c0d6280c9de625f04368892f4b4.zip
powerpc/mpc8xxx: move LAW code into arch/powerpc/cpu/mpc8xxx
It's arch code and not a driver, so move it where it belongs. When it originally went into drivers/misc there was no 8xxx CPU directory. This will make new-SPL support a little easier since we can keep the CPU stuff together and not need to pull stuff in from drivers/misc. Signed-off-by: Scott Wood <scottwood@freescale.com> Cc: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'nand_spl/board/freescale/mpc8536ds/Makefile')
-rw-r--r--nand_spl/board/freescale/mpc8536ds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nand_spl/board/freescale/mpc8536ds/Makefile b/nand_spl/board/freescale/mpc8536ds/Makefile
index 822ae7c01d..bc3ba35446 100644
--- a/nand_spl/board/freescale/mpc8536ds/Makefile
+++ b/nand_spl/board/freescale/mpc8536ds/Makefile
@@ -86,7 +86,7 @@ $(obj)cpu_init_nand.c:
$(obj)fsl_law.c:
@rm -f $(obj)fsl_law.c
- ln -sf $(SRCTREE)/drivers/misc/fsl_law.c $(obj)fsl_law.c
+ ln -sf $(SRCTREE)/arch/powerpc/cpu/mpc8xxx/law.c $(obj)fsl_law.c
$(obj)law.c:
@rm -f $(obj)law.c
OpenPOWER on IntegriCloud