diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-13 16:39:36 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-13 16:39:36 +0000 |
commit | ad1c38fe97958d5b6f1545c4e5ef12022f95b8e7 (patch) | |
tree | 8dc179c6b5a7eddb3652da7481f390063b9e80dd /target/linux/cns21xx/patches-3.8/003-arm-introduce-fa-platform.patch | |
parent | c1c0d141923bfe36cbbc681014a43140838ec937 (diff) | |
download | upstream-ad1c38fe97958d5b6f1545c4e5ef12022f95b8e7.tar.gz upstream-ad1c38fe97958d5b6f1545c4e5ef12022f95b8e7.tar.bz2 upstream-ad1c38fe97958d5b6f1545c4e5ef12022f95b8e7.zip |
cns21xx: remove 3.8 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37973
Diffstat (limited to 'target/linux/cns21xx/patches-3.8/003-arm-introduce-fa-platform.patch')
-rw-r--r-- | target/linux/cns21xx/patches-3.8/003-arm-introduce-fa-platform.patch | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/target/linux/cns21xx/patches-3.8/003-arm-introduce-fa-platform.patch b/target/linux/cns21xx/patches-3.8/003-arm-introduce-fa-platform.patch deleted file mode 100644 index 771a1b825a..0000000000 --- a/target/linux/cns21xx/patches-3.8/003-arm-introduce-fa-platform.patch +++ /dev/null @@ -1,56 +0,0 @@ ---- a/arch/arm/Kconfig -+++ b/arch/arm/Kconfig -@@ -1133,10 +1133,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 -@@ -207,6 +207,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) += s3c24xx samsung -@@ -316,7 +317,7 @@ define archhelp - echo ' Image - Uncompressed kernel image (arch/$(ARCH)/boot/Image)' - echo '* xipImage - XIP kernel image, if configured (arch/$(ARCH)/boot/xipImage)' - echo ' uImage - U-Boot wrapped zImage' -- echo ' bootpImage - Combined zImage and initial RAM disk' -+ echo ' bootpImage - Combined zImage and initial RAM disk' - echo ' (supply initrd image via make variable INITRD=<path>)' - echo '* dtbs - Build device tree blobs for enabled boards' - echo ' install - Install uncompressed kernel' ---- /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 |