Merge branch 'mrst-touchscreen' into next
[deliverable/linux.git] / arch / mips / sni / Platform
1 #
2 # SNI RM
3 #
4 platform-$(CONFIG_SNI_RM) += sni/
5 cflags-$(CONFIG_SNI_RM) += -I$(srctree)/arch/mips/include/asm/mach-rm
6 ifdef CONFIG_CPU_LITTLE_ENDIAN
7 load-$(CONFIG_SNI_RM) += 0xffffffff80600000
8 else
9 load-$(CONFIG_SNI_RM) += 0xffffffff80030000
10 endif
11 all-$(CONFIG_SNI_RM) := $(COMPRESSION_FNAME).ecoff
This page took 0.031165 seconds and 6 git commands to generate.