diff options
author | Tony Lindgren <tony@atomide.com> | 2015-11-25 21:56:40 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-11-25 21:56:40 +0300 |
commit | 970259bff472579204108c6f27036ec4d1206ae1 (patch) | |
tree | 869bdcda9aac4c67712d93e6141056fdf3f41bd8 /arch/mips/xilfpga/Platform | |
parent | 9b1b61cd8e31d9beba871333d7a798b3adb89288 (diff) | |
parent | 29f5b34ca1a191c2cf4f6c8c12f4dec56e8d3bc1 (diff) | |
download | linux-970259bff472579204108c6f27036ec4d1206ae1.tar.xz |
Merge branch '81xx' into omap-for-v4.4/fixes
Diffstat (limited to 'arch/mips/xilfpga/Platform')
-rw-r--r-- | arch/mips/xilfpga/Platform | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/xilfpga/Platform b/arch/mips/xilfpga/Platform new file mode 100644 index 000000000000..ed375afe3d39 --- /dev/null +++ b/arch/mips/xilfpga/Platform @@ -0,0 +1,3 @@ +platform-$(CONFIG_MACH_XILFPGA) += xilfpga/ +cflags-$(CONFIG_MACH_XILFPGA) += -I$(srctree)/arch/mips/include/asm/mach-xilfpga +load-$(CONFIG_MACH_XILFPGA) += 0xffffffff80100000 |