aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ppc40x/patches-2.6.30/004-magicbox.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-07-27 06:27:42 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-07-27 06:27:42 +0000
commitc0ae2ee6f1aebe66edc95ff8ac5adc5671e122c8 (patch)
treedf826a0407e7b2435ab1ba10b4f80bf5c0883341 /target/linux/ppc40x/patches-2.6.30/004-magicbox.patch
parent5a3823f418cc6f650890d2d1006fdb7ab6d7e42e (diff)
downloadmaster-187ad058-c0ae2ee6f1aebe66edc95ff8ac5adc5671e122c8.tar.gz
master-187ad058-c0ae2ee6f1aebe66edc95ff8ac5adc5671e122c8.tar.bz2
master-187ad058-c0ae2ee6f1aebe66edc95ff8ac5adc5671e122c8.zip
kilauea uses ppc40x_simple now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17025 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x/patches-2.6.30/004-magicbox.patch')
-rw-r--r--target/linux/ppc40x/patches-2.6.30/004-magicbox.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/ppc40x/patches-2.6.30/004-magicbox.patch b/target/linux/ppc40x/patches-2.6.30/004-magicbox.patch
index a1a9da8b4c..d997186989 100644
--- a/target/linux/ppc40x/patches-2.6.30/004-magicbox.patch
+++ b/target/linux/ppc40x/patches-2.6.30/004-magicbox.patch
@@ -396,7 +396,7 @@
image-$(CONFIG_EBONY) += treeImage.ebony cuImage.ebony
--- a/arch/powerpc/platforms/40x/Kconfig
+++ b/arch/powerpc/platforms/40x/Kconfig
-@@ -49,6 +49,16 @@ config KILAUEA
+@@ -50,6 +50,16 @@ config KILAUEA
help
This option enables support for the AMCC PPC405EX evaluation board.
@@ -415,12 +415,12 @@
depends on 40x
--- a/arch/powerpc/platforms/40x/ppc40x_simple.c
+++ b/arch/powerpc/platforms/40x/ppc40x_simple.c
-@@ -51,7 +51,8 @@ machine_device_initcall(ppc40x_simple, p
- * board.c file for it rather than adding it to this list.
- */
- static char *board[] __initdata = {
-- "amcc,acadia"
-+ "amcc,acadia",
+@@ -54,7 +54,8 @@ static char *board[] __initdata = {
+ "amcc,acadia",
+ "amcc,haleakala",
+ "amcc,kilauea",
+- "amcc,makalu"
++ "amcc,makalu",
+ "magicbox"
};