
22 Oct
2012
22 Oct
'12
10:49 p.m.
On Thu, Oct 11, 2012 at 12:13 PM, York Sun yorksun@freescale.com wrote:
The T4240QDS is a high-performance computing evaluation, development and test platform supporting the T4240 QorIQ Power Architectureâ„¢ processor.
+#define __USB_PHY_TYPE utmi
+#define CONFIG_EXTRA_ENV_SETTINGS \
"hwconfig=fsl_ddr:ctlr_intlv=3way_4KB," \
"bank_intlv=auto;" \
"usb1:dr_mode=host,phy_type=" MK_STR(__USB_PHY_TYPE) "\0"\
"netdev=eth0\0" \
"uboot=" MK_STR(CONFIG_UBOOTPATH) "\0" \
"ubootaddr=" MK_STR(CONFIG_SYS_TEXT_BASE) "\0" \
Please note that MK_STR() has been eliminated in the top of tree. Please use __stringify() in the future. I have fixed this patch, but future patches should use __stringify.
Andy