diff options
author | Wu Zhangjin <wuzj@lemote.com> | 2009-07-02 11:22:36 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 14:07:46 -0400 |
commit | bd92aa013e8fcd17328ec8e060477761cf3380d9 (patch) | |
tree | 0435f611a87d8be266c44629c80a2fd7459ef026 /arch/mips/lemote/lm2e/Makefile | |
parent | f54a40ee6b3cb4da638d7705e433bc80aa4f49f6 (diff) |
MIPS: Loongson: Split the implementation of prom and setup parts
This patch split the old initilization and setup implementation to
several file, one file one logic function.
the other main changes include:
1. as the script/checkpatch.pl suggests, use strict_strtol instead
of simple_strtol in arch/mips/lemote/lm2e/cmdline.c
2. use the existed macros in asm/mips-boards/bonito64.h as the
arguments of set_io_port_base() and remove the un-needed ones in
asm/mach-lemote/pci.h
Signed-off-by: Wu Zhangjin <wuzj@lemote.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lemote/lm2e/Makefile')
-rw-r--r-- | arch/mips/lemote/lm2e/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/lemote/lm2e/Makefile b/arch/mips/lemote/lm2e/Makefile index f19173252d6a..a5bc1efc362a 100644 --- a/arch/mips/lemote/lm2e/Makefile +++ b/arch/mips/lemote/lm2e/Makefile | |||
@@ -2,7 +2,8 @@ | |||
2 | # Makefile for Lemote Fulong mini-PC board. | 2 | # Makefile for Lemote Fulong mini-PC board. |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y += setup.o prom.o reset.o irq.o pci.o bonito-irq.o mem.o | 5 | obj-y += setup.o init.o reset.o irq.o pci.o bonito-irq.o mem.o \ |
6 | env.o cmdline.o time.o machtype.o | ||
6 | 7 | ||
7 | # | 8 | # |
8 | # Early printk support | 9 | # Early printk support |