the VGA of my board is from DISP0(RGB24 interface), I had already successfully used VGA as single display screen with
uboot bootargs : console=ttymxc0,115200 init=/init video=mxcfb0:dev=lcd,1280x720M@60,if=RGB24,bpp=32,
and I also had had HDMI +LVDS by using uboot bootargs :console=ttymxc0,115200 init=/init rw video=mxcfb0:dev=ldb,1024x600M@60 video=mxcfb1:dev=hdmi,1920x1080M@60 video=mxcfb2:off fbmem=10M,28M vmalloc=512M fb0base=0x27b00000
but when I wanted to uboot bootargs as :console=ttymxc0,115200 init=/init rw video=mxcfb0:dev=ldb,1024x600M@60 video=mxcfb1:dev=lcd,1280x720M@60,if=RGB24,bpp=32 , I failed to get LVDS + VGA dual display.