
Hi Stefano,
On 2022-04-21 16:53, Stefano Babic wrote:
Hi Philip,
Ci is still broken:
On 19.04.22 16:44, Philip Oberfichtner wrote:
The Bosch ACC (Air Center Control) Board is based on the i.MX6D.
[...]
+/* Ethernet */ +#ifdef CONFIG_FEC_MXC +#define CONFIG_FEC_MXC_PHYADDR 0 +#define CONFIG_FEC_XCV_TYPE RMII
Reason is this one.
I wonder myself why this is required - I set this a lot of time *before* the switch to DM, but then the connection type is set in DT and this is not required anymore. Are you sure you need it ?
Thanks for the hint. Will be removed in V4.
Best regards, Philip
Regards, Stefano
+#endif
+/* SPL */ +#ifdef CONFIG_SPL +#include "imx6_spl.h"
+#ifdef CONFIG_SPL_BUILD +#define CONFIG_SYS_FSL_USDHC_NUM 2
+#ifdef CONFIG_SYS_BOOT_EMMC
+/* Boot from eMMC */ +#define CONFIG_SYS_FSL_ESDHC_ADDR 1
+#else
+/* Boot from SD-card */ +# define CONFIG_SYS_FSL_ESDHC_ADDR 0
+#endif
+#endif +#endif
+#define CONFIG_EHCI_HCD_INIT_AFTER_RESET +#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) +#define CONFIG_MXC_USB_FLAGS 0 +#define CONFIG_USB_MAX_CONTROLLER_COUNT 1 /* Enabled USB controller number */
+#endif /* __IMX6Q_ACC_H */