]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/mpc8xxx: move LAW code into arch/powerpc/cpu/mpc8xxx
authorScott Wood <scottwood@freescale.com>
Fri, 17 Aug 2012 21:17:50 +0000 (16:17 -0500)
committerScott Wood <scottwood@freescale.com>
Mon, 26 Nov 2012 21:41:22 +0000 (15:41 -0600)
commit8bc50f0b6d376c0d6280c9de625f04368892f4b4
tree0092d59214213111691694c10eec4e7a04c98f03
parent7f0a22ff25f3b63d259e27a3702a5d10254e7165
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>
arch/powerpc/cpu/mpc8xxx/Makefile
arch/powerpc/cpu/mpc8xxx/law.c [moved from drivers/misc/fsl_law.c with 100% similarity]
drivers/misc/Makefile
nand_spl/board/freescale/mpc8536ds/Makefile
nand_spl/board/freescale/mpc8569mds/Makefile
nand_spl/board/freescale/mpc8572ds/Makefile
nand_spl/board/freescale/p1010rdb/Makefile
nand_spl/board/freescale/p1023rds/Makefile
nand_spl/board/freescale/p1_p2_rdb/Makefile
nand_spl/board/freescale/p1_p2_rdb_pc/Makefile