Skip to content

Integrate u-boot-seco-imx/seco_lf_v2021.04-gm_seco_conf

GitBot requested to merge u-boot-seco-imx/seco_lf_v2021.04-gm_seco_conf into kirkstone

Commit: edgehog/bsp/nxp/u-boot-seco-imx@8cc6ff0f

[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