summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/patches-3.3/002-geos_platform.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-02-03 20:17:00 +0000
committerJonas Gorski <jogo@openwrt.org>2012-02-03 20:17:00 +0000
commitd6afe712abeef60e65fe6a5fb64c9a502a53cede (patch)
tree219fcedf2dd14883118a0bb864dcf3687a6a5b67 /target/linux/x86/patches-3.3/002-geos_platform.patch
parentc433bfb5711474b1c2c8c35220e22d601d3b0dc7 (diff)
downloadmaster-31e0f0ae-d6afe712abeef60e65fe6a5fb64c9a502a53cede.tar.gz
master-31e0f0ae-d6afe712abeef60e65fe6a5fb64c9a502a53cede.tar.bz2
master-31e0f0ae-d6afe712abeef60e65fe6a5fb64c9a502a53cede.zip
x86: make alix platform patch apply to 3.3
Based on a patch from Philip Prindeville. While at it, also refresh the patches. SVN-Revision: 30025
Diffstat (limited to 'target/linux/x86/patches-3.3/002-geos_platform.patch')
-rw-r--r--target/linux/x86/patches-3.3/002-geos_platform.patch12
1 files changed, 1 insertions, 11 deletions
diff --git a/target/linux/x86/patches-3.3/002-geos_platform.patch b/target/linux/x86/patches-3.3/002-geos_platform.patch
index cdb8dc2f14..50d8bb289f 100644
--- a/target/linux/x86/patches-3.3/002-geos_platform.patch
+++ b/target/linux/x86/patches-3.3/002-geos_platform.patch
@@ -24,11 +24,9 @@ Cc: Andrew Morton <akpm@linux-foundation.org>
3 files changed, 136 insertions(+), 0 deletions(-)
create mode 100644 arch/x86/platform/geode/geos.c
-diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
-index 07c3f15..4ee921b 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
-@@ -2168,6 +2168,13 @@ config ALIX
+@@ -2133,6 +2133,13 @@ config ALIX
Note: You have to set alix.force=1 for boards with Award BIOS.
@@ -42,16 +40,11 @@ index 07c3f15..4ee921b 100644
endif # X86_32
config AMD_NB
-diff --git a/arch/x86/platform/geode/Makefile b/arch/x86/platform/geode/Makefile
-index 07c9cd0..d8ba564 100644
--- a/arch/x86/platform/geode/Makefile
+++ b/arch/x86/platform/geode/Makefile
@@ -1 +1,2 @@
obj-$(CONFIG_ALIX) += alix.o
+obj-$(CONFIG_GEOS) += geos.o
-diff --git a/arch/x86/platform/geode/geos.c b/arch/x86/platform/geode/geos.c
-new file mode 100644
-index 0000000..c2e6d53
--- /dev/null
+++ b/arch/x86/platform/geode/geos.c
@@ -0,0 +1,128 @@
@@ -183,6 +176,3 @@ index 0000000..c2e6d53
+MODULE_AUTHOR("Philip Prindeville <philipp@redfish-solutions.com>");
+MODULE_DESCRIPTION("Traverse Technologies Geos System Setup");
+MODULE_LICENSE("GPL");
---
-1.7.7.4
-