forked from Minki/linux
12e3280b33
Adds basic platform devices for Loongson1C, including serial port and ethernet. Signed-off-by: Yang Ling <gnaygnil@gmail.com> Cc: keguang.zhang@gmail.com Cc: chenhc@lemote.com Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/13304/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
9 lines
394 B
Plaintext
9 lines
394 B
Plaintext
cflags-$(CONFIG_CPU_LOONGSON1) += \
|
|
$(call cc-option,-march=mips32r2,-mips32r2 -U_MIPS_ISA -D_MIPS_ISA=_MIPS_ISA_MIPS32) \
|
|
-Wa,-mips32r2 -Wa,--trap
|
|
|
|
platform-$(CONFIG_MACH_LOONGSON32) += loongson32/
|
|
cflags-$(CONFIG_MACH_LOONGSON32) += -I$(srctree)/arch/mips/include/asm/mach-loongson32
|
|
load-$(CONFIG_LOONGSON1_LS1B) += 0xffffffff80100000
|
|
load-$(CONFIG_LOONGSON1_LS1C) += 0xffffffff80100000
|