Skip to content

[SECO_CONFIG] fix uninitialized variables error

Initalize the char array local vars of the set_video_specification function, since being used while uninitialized you may find random garbage inside the videomode U-Boot variable.

Merge request reports