-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Jayachandran C
authored and
John Crispin
committed
Aug 22, 2012
1 parent
d072a21
commit a9f1682
Showing
3 changed files
with
22 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file was deleted.
Oops, something went wrong.