mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
16656a66cf
commit
6d593646ba
|
@ -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"
|
||||||
|
|
|
@ -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 = "(-)"
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user