mips: mscc: build FIT image for Ocelot
Ocelot now has a u-boot port, allow building FIT images instead of relying on the legacy detection and builtin DTB. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Reviewed-by: James Hogan <jhogan@kernel.org> Signed-off-by: Paul Burton <paul.burton@mips.com> Patchwork: https://patchwork.linux-mips.org/patch/19632/ Cc: Ralf Baechle <ralf@linux-mips.org> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org
This commit is contained in:

committed by
Paul Burton

parent
840267e446
commit
d5be4aeb5b
@@ -35,13 +35,13 @@ config LEGACY_BOARD_OCELOT
|
||||
depends on LEGACY_BOARD_SEAD3=n
|
||||
select LEGACY_BOARDS
|
||||
select MSCC_OCELOT
|
||||
select SYS_HAS_EARLY_PRINTK
|
||||
select USE_GENERIC_EARLY_PRINTK_8250
|
||||
|
||||
config MSCC_OCELOT
|
||||
bool
|
||||
select GPIOLIB
|
||||
select MSCC_OCELOT_IRQ
|
||||
select SYS_HAS_EARLY_PRINTK
|
||||
select USE_GENERIC_EARLY_PRINTK_8250
|
||||
|
||||
comment "FIT/UHI Boards"
|
||||
|
||||
@@ -65,6 +65,14 @@ config FIT_IMAGE_FDT_XILFPGA
|
||||
Enable this to include the FDT for the MIPSfpga platform
|
||||
from Imagination Technologies in the FIT kernel image.
|
||||
|
||||
config FIT_IMAGE_FDT_OCELOT_PCB123
|
||||
bool "Include FDT for Microsemi Ocelot PCB123"
|
||||
select MSCC_OCELOT
|
||||
help
|
||||
Enable this to include the FDT for the Ocelot PCB123 platform
|
||||
from Microsemi in the FIT kernel image.
|
||||
This requires u-boot on the platform.
|
||||
|
||||
config VIRT_BOARD_RANCHU
|
||||
bool "Support Ranchu platform for Android emulator"
|
||||
help
|
||||
|
Reference in New Issue
Block a user