X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fmx6sllevk.h;h=8215e63baacc0ad7a32d241fe5939d38ee78f756;hb=a5d67547dd9c7a527dfda1967010e703a22441ff;hp=b9f25cf0fcc423d3f3d0b8ab612f4911810e2abc;hpb=36737f22b78a475c6bbc8a0467b51e4d95b52a7d;p=oweals%2Fu-boot.git diff --git a/include/configs/mx6sllevk.h b/include/configs/mx6sllevk.h index b9f25cf0fc..8215e63baa 100644 --- a/include/configs/mx6sllevk.h +++ b/include/configs/mx6sllevk.h @@ -20,9 +20,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT - #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE @@ -149,4 +146,12 @@ #define CONFIG_IOMUX_LPSR +/* USB Configs */ +#ifdef CONFIG_CMD_USB +#define CONFIG_USB_HOST_ETHER +#define CONFIG_USB_ETHER_ASIX +#define CONFIG_USB_ETHER_RTL8152 +#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) +#endif + #endif /* __CONFIG_H */