From 99a2ffcf90ad25dfd794439fdda5dee8bae2f213 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 20 Dec 2012 14:37:39 +0000 Subject: ppc40x: add missing NULL terminator to avoid boot panic on PPC40x Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34799 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ppc40x/patches-3.6/004-magicbox.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ppc40x/patches-3.6/004-magicbox.patch') diff --git a/target/linux/ppc40x/patches-3.6/004-magicbox.patch b/target/linux/ppc40x/patches-3.6/004-magicbox.patch index 1c6c4b74e..559270dd5 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 }; -- cgit v1.2.3