Skip to content

Commit 2825f4c

Browse files
gclementtsbogend
authored andcommitted
MIPS: mscc: Fix configuration name for ocelot legacy boards
Ocelots is supported by the generic MIPS build so make it clears that LEGACY_BOARD_OCELOT is only needed for legacy boards which didn't have bootloader supporting device tree. Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent 700364d commit 2825f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/generic/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ comment "MSCC Ocelot doesn't work with SEAD3 enabled"
3131
depends on LEGACY_BOARD_SEAD3
3232

3333
config LEGACY_BOARD_OCELOT
34-
bool "Support MSCC Ocelot boards"
34+
bool "Legacy support for Ocelot based boards"
3535
depends on LEGACY_BOARD_SEAD3=n
3636
select LEGACY_BOARDS
3737
select SOC_VCOREIII

0 commit comments

Comments
 (0)