diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-18 14:51:58 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-18 14:51:58 +0000 |
commit | 9d1207910d342a80b4ebeeed621acb493c55d6bb (patch) | |
tree | ccf287002f49572f76921af5c463b5782e299fd4 /target/linux/cns21xx/patches-3.3/003-arm-introduce-fa-platform.patch | |
parent | 0039733662eee4022247c673feb616f17d8c12b3 (diff) |
cns21xx: nuke 3.3 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34758 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns21xx/patches-3.3/003-arm-introduce-fa-platform.patch')
-rw-r--r-- | target/linux/cns21xx/patches-3.3/003-arm-introduce-fa-platform.patch | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/target/linux/cns21xx/patches-3.3/003-arm-introduce-fa-platform.patch b/target/linux/cns21xx/patches-3.3/003-arm-introduce-fa-platform.patch deleted file mode 100644 index 354f439687..0000000000 --- a/target/linux/cns21xx/patches-3.3/003-arm-introduce-fa-platform.patch +++ /dev/null @@ -1,56 +0,0 @@ ---- a/arch/arm/Kconfig -+++ b/arch/arm/Kconfig -@@ -1104,10 +1104,15 @@ source "arch/arm/mach-vt8500/Kconfig" - - source "arch/arm/mach-w90x900/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 -@@ -203,6 +203,7 @@ plat-$(CONFIG_ARCH_MXC) := mxc - plat-$(CONFIG_ARCH_OMAP) := omap - plat-$(CONFIG_ARCH_S3C64XX) := samsung - plat-$(CONFIG_ARCH_ZYNQ) := versatile -+plat-$(CONFIG_PLAT_FA) := fa - plat-$(CONFIG_PLAT_IOP) := iop - plat-$(CONFIG_PLAT_NOMADIK) := nomadik - plat-$(CONFIG_PLAT_ORION) := orion -@@ -301,7 +302,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 |