X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fsun8i.h;h=3bdedb390c119f6cc515e6342990fbfb258c77a9;hb=d7a73038f5e912c4d088ee839d336bd0c8a4eb5f;hp=1c1a7cde5ec1762d6a1702ed5a295c17c4696459;hpb=5aa7bece1045c28806ce919099616ebe8fa63325;p=u-boot diff --git a/include/configs/sun8i.h b/include/configs/sun8i.h index 1c1a7cde5e..3bdedb390c 100644 --- a/include/configs/sun8i.h +++ b/include/configs/sun8i.h @@ -12,8 +12,12 @@ /* * A23 specific configuration */ -#define CONFIG_SUN8I /* sun8i SoC generation */ -#define CONFIG_SYS_PROMPT "sun8i# " +#define CONFIG_CLK_FULL_SPEED 1008000000 + +#ifdef CONFIG_USB_EHCI +#define CONFIG_USB_EHCI_SUNXI +#define CONFIG_USB_MAX_CONTROLLER_COUNT 1 +#endif /* * Include common sunxi configuration where most the settings are