]> git.sur5r.net Git - u-boot/blobdiff - common/board_r.c
usb: Fix maxpacketsize for first descriptor read for low-speed usb devs
[u-boot] / common / board_r.c
index 307124ed8049a0c574042b8b34548e8551373e88..1a46f6224fa93d078e04012e9763bb08ab181356 100644 (file)
@@ -779,7 +779,7 @@ init_fnc_t init_sequence_r[] = {
        initr_flash,
 #endif
        INIT_FUNC_WATCHDOG_RESET
-#if defined(CONFIG_PPC) || defined(CONFIG_M68K)
+#if defined(CONFIG_PPC) || defined(CONFIG_M68K) || defined(CONFIG_X86)
        /* initialize higher level parts of CPU like time base and timers */
        cpu_init_r,
 #endif