Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash
[oweals/u-boot.git] / arch / arm / include / asm / arch-am33xx / sys_proto.h
index 1e265c689fb865cedb789c31a52225368493b781..6c58f1b30fd6fac7e57e50f8b052fcd01d6375bd 100644 (file)
 #define _SYS_PROTO_H_
 
 #define BOARD_REV_ID   0x0
-struct {
-       u32 board_type_v1;
-       u32 board_type_v2;
-       u32 mtype;
-       char *board_string;
-       char *nand_string;
-} board_sysinfo;
 
 u32 get_cpu_rev(void);
 u32 get_sysboot_value(void);
@@ -36,4 +29,5 @@ int print_cpuinfo(void);
 #endif
 
 u32 get_device_type(void);
+void setup_clocks_for_console(void);
 #endif