mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 23:43:20 +02:00
All build scripts use $BR2_ARCH to determine location of critical board files and configuration. As per previous decisions, the BR2_ARCH variable controls all naming in Infix and for consistency the defconfig files are also renamed. This fixes the issue with missing DTB file(s) for the Raspberry Pi 2B. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
15 lines
580 B
Plaintext
15 lines
580 B
Plaintext
config BR2_PACKAGE_RASPBERRYPI_RPI2
|
|
bool "Raspberry Pi 2 Model B (32-bit ARMv7)"
|
|
depends on BR2_arm
|
|
select SDCARD_AUX
|
|
select BR2_PACKAGE_FEATURE_WIFI
|
|
select BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI
|
|
select BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI_WIFI
|
|
help
|
|
Support for the 32-bit ARMv7 Raspberry Pi 2B single-board computer
|
|
(SBC) with BCM2836 quad-core Cortex-A7 processor.
|
|
|
|
This was the only Raspberry Pi model with the BCM2836 and the rare
|
|
RPi 2B board revision v1.2 actually got an underclocked BCM2837,
|
|
which is the saem Cortex-A53 as the RPi3, but w/o wifi.
|