diff options
author | Kevin Hilman <khilman@linaro.org> | 2013-08-22 01:31:33 +0400 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2013-08-22 01:31:45 +0400 |
commit | f7b29518c33a0fe48cf13b7e2eb04a5fdb11293d (patch) | |
tree | 95fbf77fe352b583c628b1c725ed1d40b903e812 | |
parent | bfa664f21b0357f2ad9cdf519f594ece36ec8f64 (diff) | |
parent | 29d3d373e2a780b6e818f296ece6cc29742bc11f (diff) | |
download | linux-f7b29518c33a0fe48cf13b7e2eb04a5fdb11293d.tar.xz |
Merge tag 'sunxi-core-for-3.12' of https://github.com/mripard/linux into next/soc
Allwinner sunXi core additions for 3.12
There's not much in this pull request, only a patch removing some dead code.
* tag 'sunxi-core-for-3.12' of https://github.com/mripard/linux:
ARM: sunxi: Remove Makefile.boot file
Signed-off-by: Kevin Hilman <khilman@linaro.org>
-rw-r--r-- | arch/arm/mach-sunxi/Makefile.boot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-sunxi/Makefile.boot b/arch/arm/mach-sunxi/Makefile.boot deleted file mode 100644 index 46d4cf0841c0..000000000000 --- a/arch/arm/mach-sunxi/Makefile.boot +++ /dev/null @@ -1 +0,0 @@ -zreladdr-$(CONFIG_ARCH_SUNXI) += 0x40008000 |