Have you set the bootargs for an HDMI display in UBoot? The syntax is different from the i.MX53. Here are some examples I have tested on the Nitrogen6X board:
printenv
set bootargs 'console=ttymxc1,115200 video=mxcfb0:dev=hdmi,1280x720M@60,if=RGB24'
set bootargs 'console=ttymxc1,115200 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24'
set bootargs 'console=ttymxc1,115200 video=mxcfb0:dev=hdmi,1920x1200M@60,if=RGB24'
save
Regards, Clay