This commit is contained in:
Daniel Ritchie 2025-12-02 19:47:06 +01:00 committed by GitHub
commit a44bc3e2f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@ family_tweaks_bsp() {
:
}
function extension_prepare_config__enable_mesa_vpu() {
# Auto-enable mesa-vpu for RK3588 GPU acceleration
enable_extension "mesa-vpu"
}
# Additional CFLAGS were previously needed to disable certain errors when building vendor U-Boot.
# This is now fixed in Radxa U-Boot sources, but left here (commented out) for reference in case new errors appear in the future.