|
@@ -639,9 +639,16 @@
|
|
|
|
|
|
#define CONFIG_BAUDRATE 115200
|
|
#define CONFIG_BAUDRATE 115200
|
|
|
|
|
|
|
|
+#if defined(CONFIG_P4080DS)
|
|
|
|
+#define __USB_PHY_TYPE ulpi
|
|
|
|
+#else
|
|
|
|
+#define __USB_PHY_TYPE utmi
|
|
|
|
+#endif
|
|
|
|
+
|
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
|
"hwconfig=fsl_ddr:ctlr_intlv=cacheline," \
|
|
"hwconfig=fsl_ddr:ctlr_intlv=cacheline," \
|
|
- "bank_intlv=cs0_cs1\0" \
|
|
|
|
|
|
+ "bank_intlv=cs0_cs1;" \
|
|
|
|
+ "usb1:dr_mode=host,phy_type=" MK_STR(__USB_PHY_TYPE) "\0"\
|
|
"netdev=eth0\0" \
|
|
"netdev=eth0\0" \
|
|
"uboot=" MK_STR(CONFIG_UBOOTPATH) "\0" \
|
|
"uboot=" MK_STR(CONFIG_UBOOTPATH) "\0" \
|
|
"ubootaddr=" MK_STR(CONFIG_SYS_TEXT_BASE) "\0" \
|
|
"ubootaddr=" MK_STR(CONFIG_SYS_TEXT_BASE) "\0" \
|