powerpc: Add missing NULL terminator to avoid boot panic on PPC40x
[pandora-kernel.git] / arch / powerpc / platforms / 40x / ppc40x_simple.c
index e8dd5c5..d10c123 100644 (file)
@@ -55,7 +55,8 @@ static const char *board[] __initdata = {
        "amcc,haleakala",
        "amcc,kilauea",
        "amcc,makalu",
-       "est,hotfoot"
+       "est,hotfoot",
+       NULL
 };
 
 static int __init ppc40x_probe(void)