diff options
author | Jayachandran C <jayachandranc@netlogicmicro.com> | 2012-07-13 18:23:21 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-08-22 23:46:37 +0200 |
commit | a9f16821205d7561bf9d622855e1aa95e5c77f0c (patch) | |
tree | c9b27b4fab81079fe88458773802b27275eabb36 /arch/mips/netlogic/xlp/Makefile | |
parent | MIPS: Netlogic: DTS file for XLP boards (diff) | |
download | linux-a9f16821205d7561bf9d622855e1aa95e5c77f0c.tar.xz linux-a9f16821205d7561bf9d622855e1aa95e5c77f0c.zip |
MIPS: Netlogic: Move serial ports to device tree
Add the serial ports to the device tree and remove the platform
code for adding them.
Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
Patchwork: http://patchwork.linux-mips.org/patch/4098/
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'arch/mips/netlogic/xlp/Makefile')
-rw-r--r-- | arch/mips/netlogic/xlp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/netlogic/xlp/Makefile b/arch/mips/netlogic/xlp/Makefile index 5bd24b6a8f0b..a84d6ed3746c 100644 --- a/arch/mips/netlogic/xlp/Makefile +++ b/arch/mips/netlogic/xlp/Makefile @@ -1,3 +1,3 @@ -obj-y += setup.o platform.o nlm_hal.o +obj-y += setup.o nlm_hal.o obj-$(CONFIG_SMP) += wakeup.o obj-$(CONFIG_USB) += usb-init.o |