mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 15:43:02 +02:00
This commit migrates the bootloader build from Raspberry Pi 4 board package to a dedicated bootloader defconfig. The idea is to set up dedicated wokflows for building bootloaders, which change rarely, streamlining the Infix image builds. A dedicated workflow, or job in an existing workflow, can then do the composition to minimal SD-card images useful for starting up Infix on boards where SD-card is the primary boot source. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
15 lines
425 B
Plaintext
15 lines
425 B
Plaintext
config BR2_PACKAGE_RASPBERRY_PI_4
|
|
bool "Raspberry Pi 4"
|
|
depends on BR2_aarch64
|
|
select BR2_PACKAGE_FEATURE_WIFI
|
|
select BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI
|
|
select BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI_WIFI
|
|
|
|
select BR2_PACKAGE_RPI_FIRMWARE
|
|
select BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI4
|
|
select BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI4_X
|
|
select SDCARD_AUX
|
|
select BR2_TARGET_UBOOT_NEEDS_UBOOT_TOOLS
|
|
help
|
|
Raspberry pi 4
|