u-boot: re-enable rapsberrypi5

With meta-lts-mixins scarthgap/u-boot we can now support raspberrypi5

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
This commit is contained in:
Tim Orling 2024-03-08 18:40:47 -08:00 committed by Andrei Gherzan
parent 16656a66cf
commit 6d593646ba
2 changed files with 2 additions and 3 deletions

View File

@ -24,3 +24,5 @@ VC4DTBO ?= "vc4-kms-v3d"
# "zImage" not supported on arm64 and ".gz" images not supported by bootloader yet # "zImage" not supported on arm64 and ".gz" images not supported by bootloader yet
KERNEL_IMAGETYPE_DIRECT ?= "Image" KERNEL_IMAGETYPE_DIRECT ?= "Image"
UBOOT_MACHINE = "rpi_arm64_config"

View File

@ -12,6 +12,3 @@ do_install:append:rpi () {
install -d ${D}${sysconfdir} install -d ${D}${sysconfdir}
install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config
} }
# Temporary avoid Raspberry Pi 5 because U-Boot has not been ported yet
COMPATIBLE_MACHINE:raspberrypi5 = "(-)"