diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-20 14:37:39 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-20 14:37:39 +0000 |
commit | 708c8c3d0d6e8e534de81da1a113ba23e5688c39 (patch) | |
tree | 04681a9202b5fc90974c187fdc835e4c7f3fefa5 /target/linux/ppc40x/patches-3.6/004-magicbox.patch | |
parent | e108cb91c092144cab7db0396023926a0aa7473c (diff) | |
download | upstream-708c8c3d0d6e8e534de81da1a113ba23e5688c39.tar.gz upstream-708c8c3d0d6e8e534de81da1a113ba23e5688c39.tar.bz2 upstream-708c8c3d0d6e8e534de81da1a113ba23e5688c39.zip |
ppc40x: add missing NULL terminator to avoid boot panic on PPC40x
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34799
Diffstat (limited to 'target/linux/ppc40x/patches-3.6/004-magicbox.patch')
-rw-r--r-- | target/linux/ppc40x/patches-3.6/004-magicbox.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ppc40x/patches-3.6/004-magicbox.patch b/target/linux/ppc40x/patches-3.6/004-magicbox.patch index 1c6c4b74ee..559270dd59 100644 --- a/target/linux/ppc40x/patches-3.6/004-magicbox.patch +++ b/target/linux/ppc40x/patches-3.6/004-magicbox.patch @@ -436,11 +436,11 @@ depends on 40x --- a/arch/powerpc/platforms/40x/ppc40x_simple.c +++ b/arch/powerpc/platforms/40x/ppc40x_simple.c -@@ -57,6 +57,7 @@ static const char *board[] __initdata = - "amcc,makalu", +@@ -58,6 +58,7 @@ static const char *board[] __initdata = "apm,klondike", "est,hotfoot", + "plathome,obs600", + "magicbox", - "plathome,obs600" + NULL }; |