diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 10:44:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 10:44:31 +0000 |
commit | 40c5bee0cd2b6849690211a04acab5a7a6ba1a5b (patch) | |
tree | b4de7f26c26cba70ed5aa1748a5f7fab0d71778f /target/linux/cns21xx/patches-3.10/003-arm-introduce-fa-platform.patch | |
parent | 2d13d8dc767142e4b75aabd9264e2749518b1d28 (diff) | |
download | upstream-40c5bee0cd2b6849690211a04acab5a7a6ba1a5b.tar.gz upstream-40c5bee0cd2b6849690211a04acab5a7a6ba1a5b.tar.bz2 upstream-40c5bee0cd2b6849690211a04acab5a7a6ba1a5b.zip |
cns21xx: moved to targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45078
Diffstat (limited to 'target/linux/cns21xx/patches-3.10/003-arm-introduce-fa-platform.patch')
-rw-r--r-- | target/linux/cns21xx/patches-3.10/003-arm-introduce-fa-platform.patch | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/target/linux/cns21xx/patches-3.10/003-arm-introduce-fa-platform.patch b/target/linux/cns21xx/patches-3.10/003-arm-introduce-fa-platform.patch deleted file mode 100644 index db0b080cb3..0000000000 --- a/target/linux/cns21xx/patches-3.10/003-arm-introduce-fa-platform.patch +++ /dev/null @@ -1,47 +0,0 @@ ---- a/arch/arm/Kconfig -+++ b/arch/arm/Kconfig -@@ -1028,10 +1028,15 @@ source "arch/arm/mach-w90x900/Kconfig" - - source "arch/arm/mach-zynq/Kconfig" - -+source "arch/arm/plat-fa/Kconfig" -+ - # Definitions to make life easier - config ARCH_ACORN - bool - -+config PLAT_FA -+ bool -+ - config PLAT_IOP - bool - select GENERIC_CLOCKEVENTS ---- a/arch/arm/Makefile -+++ b/arch/arm/Makefile -@@ -205,6 +205,7 @@ machine-$(CONFIG_ARCH_SUNXI) += sunxi - plat-$(CONFIG_ARCH_OMAP) += omap - plat-$(CONFIG_ARCH_S3C64XX) += samsung - plat-$(CONFIG_PLAT_IOP) += iop -+plat-$(CONFIG_PLAT_FA) += fa - plat-$(CONFIG_PLAT_ORION) += orion - plat-$(CONFIG_PLAT_PXA) += pxa - plat-$(CONFIG_PLAT_S3C24XX) += samsung ---- /dev/null -+++ b/arch/arm/plat-fa/Makefile -@@ -0,0 +1,10 @@ -+# -+# Makefile for the linux kernel. -+# -+ -+obj-y := -+ -+obj-m := -+obj-n := -+obj- := -+ ---- /dev/null -+++ b/arch/arm/plat-fa/Kconfig -@@ -0,0 +1,3 @@ -+if PLAT_FA -+ -+endif |