Skip to content

Commit

Permalink
u-boot: re-enable rapsberrypi5
Browse files Browse the repository at this point in the history
With meta-lts-mixins scarthgap/u-boot we can now support raspberrypi5

Signed-off-by: Tim Orling <[email protected]>
  • Loading branch information
moto-timo committed Apr 6, 2024
1 parent 88d6d14 commit 16dcfcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions conf/machine/raspberrypi5.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ VC4DTBO ?= "vc4-kms-v3d"

# "zImage" not supported on arm64 and ".gz" images not supported by bootloader yet
KERNEL_IMAGETYPE_DIRECT ?= "Image"

UBOOT_MACHINE = "rpi_arm64_config"
3 changes: 0 additions & 3 deletions recipes-bsp/u-boot/u-boot_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ do_install:append:rpi () {
install -d ${D}${sysconfdir}
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 = "(-)"

0 comments on commit 16dcfcd

Please sign in to comment.