From 4992a87aeb5879141a6475642e62c6d7922ff614 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sat, 6 Dec 2008 09:59:55 +0000 Subject: update to 2.6.27.8 and refresh patches SVN-Revision: 13528 --- .../linux/ppc40x/patches/003-ppc40x_simple_platform_support.patch | 7 ------- 1 file changed, 7 deletions(-) (limited to 'target/linux/ppc40x/patches/003-ppc40x_simple_platform_support.patch') 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 3f07ee5e8a..1f7fe7efd6 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 @@ -- cgit v1.2.3