X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fconfigs%2Fsun7i.h;h=56101a9ffcd27532a81fb721476dbaf43e9519d9;hp=f6b1b3edc12f0cf2c5f2ffb676a3e121517571ef;hb=92aae64ec72b73346e4cdd978b3d4178afe77bfc;hpb=f4e7e2d12164c3235c3f5e19a68a503623029d35 diff --git a/include/configs/sun7i.h b/include/configs/sun7i.h index f6b1b3edc1..56101a9ffc 100644 --- a/include/configs/sun7i.h +++ b/include/configs/sun7i.h @@ -12,23 +12,23 @@ /* * A20 specific configuration */ -#define CONFIG_CLK_FULL_SPEED 912000000 - -#define CONFIG_SYS_PROMPT "sun7i# " -#define CONFIG_MACH_TYPE 4283 #ifdef CONFIG_USB_EHCI #define CONFIG_USB_EHCI_SUNXI #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 #endif +#define CONFIG_SUNXI_USB_PHYS 3 + #define CONFIG_ARMV7_PSCI 1 #define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE -#define CONFIG_SYS_CLK_FREQ 24000000 +#define CONFIG_TIMER_CLK_FREQ 24000000 /* * Include common sunxi configuration where most the settings are */ #include +#define CONFIG_MACH_TYPE (4283 | ((CONFIG_MACH_TYPE_COMPAT_REV) << 28)) + #endif /* __CONFIG_H */