diff options
author | John Crispin <blogic@openwrt.org> | 2012-04-19 18:16:11 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-05-21 17:31:55 +0400 |
commit | d41ced01f21ddd2c3a01531bb9edf6c41064e9fc (patch) | |
tree | 8d8fd3415ea502eae8f9e166e179483b8869d70a /arch/mips/lantiq/Platform | |
parent | fa09eded0e3764ddb8a97440f5b5c5e65e413b6a (diff) | |
download | linux-d41ced01f21ddd2c3a01531bb9edf6c41064e9fc.tar.xz |
MIPS: lantiq: implement support for FALCON soc
Adds support for the FALCON SoC. This SoC is from the FTTH/GPON SoC family.
Signed-off-by: Thomas Langer <thomas.langer@lantiq.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3814/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lantiq/Platform')
-rw-r--r-- | arch/mips/lantiq/Platform | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/lantiq/Platform b/arch/mips/lantiq/Platform index f3dff05722de..b3ec49838fd7 100644 --- a/arch/mips/lantiq/Platform +++ b/arch/mips/lantiq/Platform @@ -6,3 +6,4 @@ platform-$(CONFIG_LANTIQ) += lantiq/ cflags-$(CONFIG_LANTIQ) += -I$(srctree)/arch/mips/include/asm/mach-lantiq load-$(CONFIG_LANTIQ) = 0xffffffff80002000 cflags-$(CONFIG_SOC_TYPE_XWAY) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/xway +cflags-$(CONFIG_SOC_FALCON) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/falcon |