X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5451333e82caa06855bb8a55e126171845e72799..18920f62def36e5cdeabf8a0d9255149ae18a39b:/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 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 @@