Skip to content
Snippets Groups Projects
Commit 7cd70531 authored by Yuri Mazzuoli's avatar Yuri Mazzuoli
Browse files

[A75] fix HDMI kernel command line spec_list

parent 1bdbb41a
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ static panel_parameters_t lvds_dual_video_spec_list [] = {
static panel_parameters_t hdmi_video_spec_list [] = {
{ "FULL HD [1920x1080]", "1920x1080M@60", "RGB24", NULL, -1, NULL, 0 },
{ "FULL HD [1920x1080]", "1920x1080M@60", "RGB24,bpp=32", NULL, -1, NULL, 0 },
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment