mirror of https://github.com/armbian/build.git
Merge 03455cb7fd into 6f4e67b936
This commit is contained in:
commit
a44bc3e2f1
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue