X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fsun5i.h;h=e0470d4282c9cf086631f606419d005917afee07;hb=30dc880ad11f8a4fe95f25b1890f5e51aa4dee96;hp=52e3a6ff01b3d6ef94400e05ca63e0a9c2ab40d8;hpb=ade8bc14ad419f698406b162c9c5dfeee7406b4c;p=u-boot diff --git a/include/configs/sun5i.h b/include/configs/sun5i.h index 52e3a6ff01..e0470d4282 100644 --- a/include/configs/sun5i.h +++ b/include/configs/sun5i.h @@ -11,9 +11,6 @@ /* * High Level Configuration Options */ -#define CONFIG_CLK_FULL_SPEED 1008000000 - -#define CONFIG_MACH_TYPE 4138 #ifdef CONFIG_USB_EHCI #define CONFIG_USB_EHCI_SUNXI @@ -25,4 +22,6 @@ */ #include +#define CONFIG_MACH_TYPE (4138 | ((CONFIG_MACH_TYPE_COMPAT_REV) << 28)) + #endif /* __CONFIG_H */