
25 Jan
2014
25 Jan
'14
4:49 p.m.
On Fri, Jan 24, 2014 at 3:05 AM, Zhao Qiang B45475@freescale.com wrote:
+#ifdef CONFIG_PPC_T1040
qe_upload_firmware((const void *)CONFIG_SYS_QE_UCODE_FW_ADDR);
+#else qe_upload_firmware((const void *)CONFIG_SYS_QE_FMAN_FW_ADDR); +#endif
It's been a while since I looked at the QE code in U-Boot, but this should be unnecessary. CONFIG_SYS_QE_FMAN_FW_ADDR is supposed to point to the QE microcode blob. Why do you need to define CONFIG_SYS_QE_UCODE_FW_ADDR? That's redundant.