mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
de361e8bb9
In preparation for supporting Ingenic SoCs other than the JZ4740, introduce MACH_INGENIC to Kconfig & move MACH_JZ4740 to a separate entry selected by the board when appropriate. This allows MACH_INGENIC to be used to enable things generic across Ingenic SoCs. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Cc: Andrew Bresticker <abrestic@chromium.org> Patchwork: https://patchwork.linux-mips.org/patch/10130/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
5 lines
224 B
Plaintext
5 lines
224 B
Plaintext
platform-$(CONFIG_MACH_INGENIC) += jz4740/
|
|
cflags-$(CONFIG_MACH_INGENIC) += -I$(srctree)/arch/mips/include/asm/mach-jz4740
|
|
load-$(CONFIG_MACH_INGENIC) += 0xffffffff80010000
|
|
zload-$(CONFIG_MACH_INGENIC) += 0xffffffff80600000
|