summaryrefslogtreecommitdiffstats
path: root/target/linux/ppc40x/patches/003-ppc40x_simple_platform_support.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-12-06 09:59:55 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-12-06 09:59:55 +0000
commitbd2e5d7b03871f6caecbac1e8ac24a00baeb9822 (patch)
treedc42ce7cd066ee88e8b863195263b3bb8ccce201 /target/linux/ppc40x/patches/003-ppc40x_simple_platform_support.patch
parent8896ddb1990ab4b638c7a72109a7640aa5788516 (diff)
[kernel] update to 2.6.27.8 and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13528 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x/patches/003-ppc40x_simple_platform_support.patch')
-rw-r--r--target/linux/ppc40x/patches/003-ppc40x_simple_platform_support.patch7
1 files changed, 0 insertions, 7 deletions
diff --git a/target/linux/ppc40x/patches/003-ppc40x_simple_platform_support.patch b/target/linux/ppc40x/patches/003-ppc40x_simple_platform_support.patch
index 3f07ee5e8..1f7fe7efd 100644
--- a/target/linux/ppc40x/patches/003-ppc40x_simple_platform_support.patch
+++ b/target/linux/ppc40x/patches/003-ppc40x_simple_platform_support.patch
@@ -1,5 +1,3 @@
-diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig
-index a9260e2..72ba3a7 100644
--- a/arch/powerpc/platforms/40x/Kconfig
+++ b/arch/powerpc/platforms/40x/Kconfig
@@ -14,6 +14,15 @@
@@ -45,8 +43,6 @@ index a9260e2..72ba3a7 100644
config 405GPR
bool
-diff --git a/arch/powerpc/platforms/40x/Makefile b/arch/powerpc/platforms/40x/Makefile
-index 5533a5c..1d93273 100644
--- a/arch/powerpc/platforms/40x/Makefile
+++ b/arch/powerpc/platforms/40x/Makefile
@@ -3,3 +3,4 @@ obj-$(CONFIG_MAKALU) += makalu.o
@@ -54,9 +50,6 @@ index 5533a5c..1d93273 100644
obj-$(CONFIG_XILINX_VIRTEX_GENERIC_BOARD) += virtex.o
obj-$(CONFIG_EP405) += ep405.o
+obj-$(CONFIG_PPC40x_SIMPLE) += ppc40x_simple.o
-diff --git a/arch/powerpc/platforms/40x/ppc40x_simple.c b/arch/powerpc/platforms/40x/ppc40x_simple.c
-new file mode 100644
-index 0000000..4498a86
--- /dev/null
+++ b/arch/powerpc/platforms/40x/ppc40x_simple.c
@@ -0,0 +1,80 @@