X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsun5i.h;h=0535d6a7f327bcf3012baee0b973b839cffb7026;hb=d56b4b19744c314c26dc77585a7c7a9253d1487d;hp=09f7533575c83518c43c040ecf944a787aab4fba;hpb=11ada9225a16ed2d8ddbf0715a2416245a777cbc;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/sun5i.h b/include/configs/sun5i.h index 09f7533..0535d6a 100644 --- a/include/configs/sun5i.h +++ b/include/configs/sun5i.h @@ -11,19 +11,18 @@ /* * High Level Configuration Options */ -#define CONFIG_CLK_FULL_SPEED 1008000000 -#define CONFIG_SYS_PROMPT "sun5i# " -#define CONFIG_MACH_TYPE 4138 - -#ifdef CONFIG_USB_EHCI +#ifdef CONFIG_USB_EHCI_HCD #define CONFIG_USB_EHCI_SUNXI -#define CONFIG_USB_MAX_CONTROLLER_COUNT 1 #endif +#define CONFIG_SUNXI_USB_PHYS 2 + /* * Include common sunxi configuration where most the settings are */ #include +#define CONFIG_MACH_TYPE (4138 | ((CONFIG_MACH_TYPE_COMPAT_REV) << 28)) + #endif /* __CONFIG_H */