|
@@ -50,7 +50,7 @@ machine_device_initcall(ppc40x_simple, ppc40x_device_probe);
|
|
* Again, if your board needs to do things differently then create a
|
|
* Again, if your board needs to do things differently then create a
|
|
* board.c file for it rather than adding it to this list.
|
|
* board.c file for it rather than adding it to this list.
|
|
*/
|
|
*/
|
|
-static const char *board[] __initdata = {
|
|
|
|
|
|
+static const char * const board[] __initconst = {
|
|
"amcc,acadia",
|
|
"amcc,acadia",
|
|
"amcc,haleakala",
|
|
"amcc,haleakala",
|
|
"amcc,kilauea",
|
|
"amcc,kilauea",
|