diff options
Diffstat (limited to 'arch/arm/mach-mvebu/board-v7.c')
-rw-r--r-- | arch/arm/mach-mvebu/board-v7.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mvebu/board-v7.c b/arch/arm/mach-mvebu/board-v7.c index 89a139ed7d5b..31b66f26e029 100644 --- a/arch/arm/mach-mvebu/board-v7.c +++ b/arch/arm/mach-mvebu/board-v7.c | |||
@@ -184,7 +184,7 @@ static void __init mvebu_dt_init(void) | |||
184 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); | 184 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); |
185 | } | 185 | } |
186 | 186 | ||
187 | static const char * const armada_370_xp_dt_compat[] = { | 187 | static const char * const armada_370_xp_dt_compat[] __initconst = { |
188 | "marvell,armada-370-xp", | 188 | "marvell,armada-370-xp", |
189 | NULL, | 189 | NULL, |
190 | }; | 190 | }; |
@@ -205,7 +205,7 @@ DT_MACHINE_START(ARMADA_370_XP_DT, "Marvell Armada 370/XP (Device Tree)") | |||
205 | .dt_compat = armada_370_xp_dt_compat, | 205 | .dt_compat = armada_370_xp_dt_compat, |
206 | MACHINE_END | 206 | MACHINE_END |
207 | 207 | ||
208 | static const char * const armada_375_dt_compat[] = { | 208 | static const char * const armada_375_dt_compat[] __initconst = { |
209 | "marvell,armada375", | 209 | "marvell,armada375", |
210 | NULL, | 210 | NULL, |
211 | }; | 211 | }; |
@@ -219,7 +219,7 @@ DT_MACHINE_START(ARMADA_375_DT, "Marvell Armada 375 (Device Tree)") | |||
219 | .dt_compat = armada_375_dt_compat, | 219 | .dt_compat = armada_375_dt_compat, |
220 | MACHINE_END | 220 | MACHINE_END |
221 | 221 | ||
222 | static const char * const armada_38x_dt_compat[] = { | 222 | static const char * const armada_38x_dt_compat[] __initconst = { |
223 | "marvell,armada380", | 223 | "marvell,armada380", |
224 | "marvell,armada385", | 224 | "marvell,armada385", |
225 | NULL, | 225 | NULL, |