Hi again Igor, I should have been a bit clearer on my issue.
**With Monitor disconnected**
Early on during the U-boot process this message is output to the console
>No panel detected: default to HDMI
>Display: HDMI (1024x768)
and it is infact as you said, part of display_info_t const displays[] = {{
in my case in wandboard.c so I can change that no problem.
But later during the kernel boot process this comes up
>fbcvt: 1920x1080@60: CVT Name - 2.073M9
>mxc_sdc_fb fb.28: registered mxc display driver hdmi
>mxc_sdc_fb fb.28: 1920x1080 h_sync,r,l: 44,528,148 v_sync,l,u: 5,4,36 pixclock=148500000 Hz
I have now fixed this too to be correctly set at 1280x720@60 so no problem there.
Now, perhaps I should have been a bit clearer on this -
The boot process continues and finally Android comes up.
Then if I plug my monitor in this is output
>root@wandboard:/ # mxc_sdc_fb fb.28: 640x480 h_sync,r,l: 96,16,48 v_sync,l,u: 2,10,33 pixclock=25175000 Hz
>mxc_sdc_fb fb.28: 640x480 h_sync,r,l: 96,16,48 v_sync,l,u: 2,10,33 pixclock=25200000 Hz
So this is where I am bogged down, trying to find where this is set.
Thanks again
William