diff options
author | Scott Wood <scottwood@freescale.com> | 2012-08-17 16:17:50 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2012-11-26 15:41:22 -0600 |
commit | 8bc50f0b6d376c0d6280c9de625f04368892f4b4 (patch) | |
tree | 0092d59214213111691694c10eec4e7a04c98f03 /drivers/misc/Makefile | |
parent | 7f0a22ff25f3b63d259e27a3702a5d10254e7165 (diff) | |
download | u-boot-imx-8bc50f0b6d376c0d6280c9de625f04368892f4b4.zip u-boot-imx-8bc50f0b6d376c0d6280c9de625f04368892f4b4.tar.gz u-boot-imx-8bc50f0b6d376c0d6280c9de625f04368892f4b4.tar.bz2 |
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 'drivers/misc/Makefile')
-rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index cdec88b..1f035e6 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -27,7 +27,6 @@ LIB := $(obj)libmisc.o COBJS-$(CONFIG_ALI152X) += ali512x.o COBJS-$(CONFIG_DS4510) += ds4510.o -COBJS-$(CONFIG_FSL_LAW) += fsl_law.o COBJS-$(CONFIG_GPIO_LED) += gpio_led.o COBJS-$(CONFIG_FSL_MC9SDZ60) += mc9sdz60.o COBJS-$(CONFIG_NS87308) += ns87308.o |