File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ BOOTSOURCE='https://github.com/radxa/u-boot.git'
1313BOOTBRANCH='branch:next-dev-v2024.10' # Always use same version as rk35xx, they share a patch dir
1414BOOTPATCHDIR="legacy/u-boot-radxa-rk35xx"
1515OVERLAY_PREFIX='rockchip-rk3588'
16- ENABLE_EXTENSIONS="mesa-vpu"
1716
1817case $BRANCH in
1918
@@ -56,6 +55,11 @@ family_tweaks_bsp() {
5655 :
5756}
5857
58+ function extension_prepare_config__enable_mesa_vpu() {
59+ # Auto-enable mesa-vpu for RK3588 GPU acceleration
60+ enable_extension "mesa-vpu"
61+ }
62+
5963# Additional CFLAGS were previously needed to disable certain errors when building vendor U-Boot.
6064# This is now fixed in Radxa U-Boot sources, but left here (commented out) for reference in case new errors appear in the future.
6165
You can’t perform that action at this time.
0 commit comments