Merge branch 'master' of git://git.denx.de/u-boot-fdt
[oweals/u-boot.git] / arch / arm / include / asm / arch-am33xx / sys_proto.h
index c6070a3fc9c1285f01d416be2f425a61e9fddf22..7eacf27a935b640d7b337626bac8796a2ba371ca 100644 (file)
 
 #ifndef _SYS_PROTO_H_
 #define _SYS_PROTO_H_
-
-#define BOARD_REV_ID   0x0
+#include <linux/mtd/omap_gpmc.h>
+#include <asm/ti-common/sys_proto.h>
+#include <asm/arch/cpu.h>
 
 u32 get_cpu_rev(void);
 u32 get_sysboot_value(void);
 
-#ifdef CONFIG_DISPLAY_CPUINFO
-int print_cpuinfo(void);
-#endif
-
 extern struct ctrl_stat *cstat;
 u32 get_device_type(void);
 void save_omap_boot_params(void);
@@ -42,4 +39,7 @@ u32 wait_on_value(u32, u32, void *, u32);
 #ifdef CONFIG_NOR_BOOT
 void enable_norboot_pin_mux(void);
 #endif
+void am33xx_spl_board_init(void);
+int am335x_get_efuse_mpu_max_freq(struct ctrl_dev *cdev);
+int am335x_get_tps65910_mpu_vdd(int sil_rev, int frequency);
 #endif