Skip to content

Commit fef13d0

Browse files
committed
config: disable tracing as it breaks PowerVR GPU driver build
It calls __assign_str() with two arguments, while it expects one argument only. Disabling tracing however skips that code, which is how StarFive's builds succeed. Fixing their code another time. Signed-off-by: MichaIng <micha@dietpi.com>
1 parent 986421a commit fef13d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dietpi_visionfive2_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ CONFIG_FAT_DEFAULT_UTF8=y
103103
CONFIG_FB=y
104104
CONFIG_FSCACHE=y
105105
CONFIG_FSCACHE_STATS=y
106+
CONFIG_FTRACE=n
106107
CONFIG_FUSE_FS=y
107108
CONFIG_GOLDFISH=y
108109
CONFIG_GPIO_SYSFS=y

0 commit comments

Comments
 (0)