am33xx: Move the call to ddr_pll_config, make it take the frequency
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-am33xx / sys_proto.h
index 6c58f1b..eef5573 100644 (file)
@@ -30,4 +30,5 @@ int print_cpuinfo(void);
 
 u32 get_device_type(void);
 void setup_clocks_for_console(void);
+void ddr_pll_config(unsigned int ddrpll_M);
 #endif