rpi-firmware: allow to build for aarch64 targets
The RaspberryPi 3 is based on a AArch64 CPU and requires binaries from this package. Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
bedb3be1c1
commit
7eac560184
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_RPI_FIRMWARE
|
||||
bool "rpi-firmware"
|
||||
depends on BR2_arm
|
||||
depends on BR2_arm || BR2_aarch64
|
||||
help
|
||||
RaspberryPi Firmware
|
||||
Pre-compiled binaries of the current bootloader and GPU firmware
|
||||
|
Loading…
Reference in New Issue
Block a user