I am working through some U-Boot code for the Udoo Quad and note that UDOO U-Boot, branch 2015.04.imx, applies Chip Errata 743622 but does not apply 751472, 794072, 761320 or 845369. The errata definitions are made in: uboot-imx/include/configs/mx6_common.h and are applied at start up in: uboot-imx/arch/arm/cpu/armv7/start.S The i.MX6 chip errata document, IMX6DQCE, seems to show that all of these errata items need to be applied. Would you confirm that only 743622 is applicable to the Udoo Quad? Thanks.